GetLicenseExpirationDaysLeftCount
This function returns how many days are left till the license code expiration.

Syntax
Public Shared Function GetLicenseExpirationDaysLeftCount() As Integer

Parameters
No parameters.

Return value
Returns quantity of days which are left for the license code.

Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;

Example
Private Sub InitItpControls()
    lLicenseExpirationDaysLeft.Text = ItpLibraryNetWrapper.GetLicenseExpirationDaysLeftCount().ToString(CultureInfo.InvariantCulture)
End Sub
Copyright 2006 - 2024 by IntelliProtector - Software Protection and Licensing Services