BGVATDeclarationVATPeriodEnd Property |
End date of the period fot which the VAT declaration is made. [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 VATPeriodEnd { get; set; }
Public Property VATPeriodEnd As DateTime
Get
Set
public:
property DateTime^ VATPeriodEnd {
DateTime^ get ();
void set (DateTime^ value);
}
member VATPeriodEnd : DateTime with get, set
Property Value
Type:
DateTime
See Also