SetStartDate Method of the Tax Object
This method sets the date when the tax is imposed.
Note: Passing -1 as any of the method's parameters resets the date.
Syntax
Visual Basic .NET
Function SetStartDate( _ Year As Integer, _ Month As Integer, _ Day As Integer _ )
C++
HRESULT SetStartDate( int Year, int Month, int Day );
Parameters
- Year
- [in] Year number of the date.
- Month
- [in] Month number of the date.
- Day
- [in] Day number of the date.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM