ExpirationDate Method of the License Object
This method returns the date at which the license will stop working if the license has an absolute or relative time limitation.
Syntax
Visual Basic .NET
Method ExpirationDate( year As Integer, month As Integer, day As Integer ) As Boolean
C++
HRESULT ExpirationDate( int* year, int* month, int* day, VARIANT_BOOL* hasTimeLimitation );
Parameters
- year
- [out] Receives the year of the expiration or 0 if no time limitation is used.
- month
- [out] Receives the month of the expiration or 0 if no time limitation is used.
- day
- [out] Receives the day of the expiration or 0 if no time limitation is used.
- hasTimeLimitation
- [out, retval] Specifies whether a time limitation is used.
Return values
This method has no specific return values. It returns standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30