Specifies the date on which the entry should be applied in the reporting. Usually equal to the document date with exception for documents that are late to be applied in the correct period. [Required] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Vat
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:
property DateTime^ ApplyDate {
DateTime^ get ();
void set (DateTime^ value);
}
member ApplyDate : DateTime with get, set
Property Value
Type:
DateTime
See Also