InvoiceApplyDate Property |
When not null specifies that the VAT entry for this invoice should be applied for a different period than that specified by the document date. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime ApplyDate { get; set; }
Public Property ApplyDate As DateTime
Get
Set
public:
virtual property DateTime^ ApplyDate {
DateTime^ get () sealed;
void set (DateTime^ value) sealed;
}
abstract ApplyDate : DateTime with get, set
override ApplyDate : DateTime with get, set
Property Value
Type:
DateTimeImplements
IInvoiceDocumentApplyDate
See Also