This function returns the date when the software has been protected.
Syntax
Public Shared Function GetProtectionDate() As DateTime
Parameters
No parameters.
Return value
Returns date and time when software was protected.
Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;
Example
Private
Sub
InitItpControls()
ShowDate(lProtectionDate, ItpLibraryNetWrapper.GetProtectionDate())
End
Sub