GetLicenseExpirationDaysCount
This function obtains total days of the 'live' period. The registered software can be operable only during this period. After the period is elapsed the software will stop working.

Syntax
public static int GetLicenseExpirationDaysCount()

Parameters
No parameters.

Return value
Returns quantity of days which are available for the software.

Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;

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