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

License

IEngine::SetCurrentLicense

15.08.2023 13:19:30

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.