GetStartDate Method of the Tax Object
This method checks if there is a start date for the tax and returns its year, month, and day. If the tax has no start date, this method returns special values.
Syntax
Visual Basic .NET
Function GetStartDate( _ ByRef Year As Integer, _ ByRef Month As Integer, _ ByRef Day As Integer _ ) As HasStartDay
C++
HRESULT GetStartDate( int* Year, int* Month, int* Day, VARIANT_BOOL* HasStartDay );
Parameters
- Year
- [out] A pointer to the variable that receives the year number. If the start date is not set, this value is -1.
- Month
- [out] A pointer to the variable that receives the month number. If the start date is not set, this value is -1.
- Day
- [out] A pointer to the variable that receives the day number. If the start date is not set, this value is -1.
- HasStartDay
- [out, retval] A pointer to the Boolean variable that receives a value indicating whether the start date is set (True) or not (False).
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30