GetLicenseExpirationDate
This function returns the date, when license will be expired.

Syntax
Public Shared Function GetLicenseExpirationDate() As DateTime

Parameters
No parameters.

Return value
Returns DateTime.MinValue if the software is not registered or license code has no expiration date.
Returns date and time when license code will be expired.

Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;

Example
Private Sub InitItpControls()
    ShowDate(lLicenseExpirationDate, ItpLibraryNetWrapper.GetLicenseExpirationDate())
End Sub
Copyright 2006 - 2024 by IntelliProtector - Software Protection and Licensing Services