|
Gets the last closed VAT date. |
|
|
DATE GetVatClosedDate () |
|
|
Return value |
A DATE containing the last day of the last closed VAT period. This date can belong to a different financial year than the current one. |
|
See Also |
|
|
|
Samples |
|
|
C++ |
|
COleDateTime odtClosedDate = pYear->GetVatClosedDate ();
|
|
|
C# |
|
DateTime dtClosedDate = oYear.GetVatClosedDate ();
|
|
|
VBS |
|
Dim dtClosedDate
dtClosedDate = oYear.GetVatClosedDate()
|
|
|
VB.NET |
|
Dim dtClosedDate As Date
dtClosedDate = oYear.GetVatClosedDate()
|
|