This function returns how many days are left till the support expiration. 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 GetSupportExpirationDaysLeftCount() As Integer
Parameters
No parameters.
Return value
Returns quantity of days which are left till the support period is expired for the license code.
Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;
Example
Private
Sub
InitItpControls()
lSupportExpirationDaysTotal.Text = ItpLibraryNetWrapper.GetSupportExpirationDaysCount().ToString(CultureInfo.InvariantCulture)
End
Sub