This function retrieves a date when the software has been registered in first time by the current license code.
Syntax
Public Shared Function GetFirstRegistrationDate() As DateTime
Parameters
No parameters.
Return value
Returns DateTime.MinValue if the software is not registered.
Returns date and time of the software first registration with the current license code.
Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;
Example
Private
Sub
InitItpControls()
ShowDate(lFirstRegistrationDate, ItpLibraryNetWrapper.GetFirstRegistrationDate())
End
Sub