Returns date and time, when support will be expired.
Syntax
Public Shared Function GetSupportExpirationDate() As DateTime
Parameters
No parameters.
Return value
Returns null if the software is not registered or support expiration feature is not enabled.
Returns date and time when support will be expired.
Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;
Example
Private
Sub
InitItpControls()
ShowDate(lSupportExpirationDate, ItpLibraryNetWrapper.GetSupportExpirationDate())
End
Sub