This function returns the date, when license will be expired
Syntax
public static DateTime GetLicenseExpirationDate()
Parameters
No parameters.
Return value
Returns DateTime.MinValue if the software is not registered or license code has no expiration date.
Returns date and time when license code will be expired.
Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;
Example
void
InitControls()
{
ShowDate(lLicenseExpirationDate, ItpLibraryNetWrapper.GetLicenseExpirationDate());
}