GetTrialDaysCount
This function obtains total days of the trial period.

Syntax
public static int GetTrialDaysCount()

Parameters
No parameters.

Return value
Returns quantity of days which are total in the trial period.

Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;

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