Function returns count of free days in the trial period.
Syntax
Public Shared Function GetTrialDaysLeftCount() As Integer
Parameters
No parameters.
Return value
Returns the number of trial days left.
Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;
Example
Private
Sub
InitItpControls()
lTrialDaysLeft.Text = ItpLibraryNetWrapper.GetTrialDaysLeftCount().ToString(CultureInfo.InvariantCulture)
End
Sub