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