Function returns count of free days in the trial period.
Syntax
public static int GetTrialDaysLeftCount()
Parameters
No parameters.
Return value
Returns the number of trial days left.
Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;
Example
void
InitControls()
{
lTrialDaysLeft.Text = ItpLibraryNetWrapper.GetTrialDaysLeftCount().ToString(CultureInfo.InvariantCulture);
}