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

HRESULT ExpirationDate(
  int*          Year,
  int*          Month,
  int*          Day,
  VARIANT_BOOL* HasTimeLimitation
);
    

Parameters

Year
[out] A pointer to the int variable that receives the year of the expiration or 0 if no time limitation is used.
Month
[out] A pointer to the int variable that receives the month of the expiration or 0 if no time limitation is used.
Day
[out] A pointer to the int variable that receives the day of the expiration or 0 if no time limitation is used.
HasTimeLimitation
[out, retval] A pointer to the bool variable that receives the flag indicating whether a time limitation is used.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

License

IEngine::SetCurrentLicense

27.04.2022 8:30:37

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.