InvoiceOrderApplyDate Property |
Apply date to be passed to the invoice. When not null specifies that the VAT entry should be applied for a different period than that specified by the document date.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> ApplyDate { get; set; }
Public Property ApplyDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ ApplyDate {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member ApplyDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also