This function returns how many days are left till the support expiration. When support period is expired, further protected versions of software will not work, but there is possibility to use previous versions of software which were created (protected) during support period
Syntax
public static int GetSupportExpirationDaysLeftCount()
Parameters
No parameters.
Return value
Returns quantity of days which are left till the support period is expired for the license code.
Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;
Example
void
InitControls()
{
lSupportExpirationDaysLeft.Text = ItpLibraryNetWrapper.GetSupportExpirationDaysLeftCount().ToString(CultureInfo.InvariantCulture);
}