GetLicenseExpirationDaysLeftCount
This function returns how many days are left till the license code expiration.

Syntax
public static int GetLicenseExpirationDaysLeftCount()

Parameters
No parameters.

Return value
Returns quantity of days which are left for the license code.

Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;

Example
void InitControls()
{
    lLicenseExpirationDaysLeft.Text = ItpLibraryNetWrapper.GetLicenseExpirationDaysLeftCount().ToString(CultureInfo.InvariantCulture);
}
Copyright 2006 - 2024 by IntelliProtector - Software Protection and Licensing Services