Method returns length of the support period in days. When support period is expired, further protected versions of software will not work, but there is possibility to use previous versions of software which were created (protected) during support period.
Syntax
Public Shared Function GetSupportExpirationDaysCount() As Integer
Parameters
No parameters.
Return value
Returns quantity of days which are available for the support period.
Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;
Example
Private
Sub
InitItpControls()
lSupportExpirationDaysTotal.Text = ItpLibraryNetWrapper.GetSupportExpirationDaysCount().ToString(CultureInfo.InvariantCulture)
End
Sub