This function retrieves date and time when the software has been activated on the current computer.
Syntax
Public Shared Function GetCurrentActivationDate() As DateTime
Parameters
No parameters.
Return value
Returns DateTime.MinValue if the software is not activated.
Returns date and time of the software activation on the current computer.
Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;
Example
Private
Sub
InitItpControls()
ShowDate(lCurrentActivationDate, ItpLibraryNetWrapper.GetCurrentActivationDate())
End
Sub