This function obtains total days of the trial period.
Syntax
Public Shared Function GetTrialDaysCount() As Integer
Parameters
No parameters.
Return value
Returns quantity of days which are total in the trial period.
Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;
Example
Private
Sub
InitItpControls()
lTrialDaysTotal.Text = ItpLibraryNetWrapper.GetTrialDaysCount().ToString(CultureInfo.InvariantCulture)
End
Sub