GetCurrentRegistrationDate
This function retrieves a date and time when the software has been registered on the current computer.

Syntax
public static DateTime GetCurrentRegistrationDate()

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.cs
Namespace: ItpLibraryNetClient;

Example
void InitControls()
{
    ShowDate(lCurrentRegistrationDate, ItpLibraryNetWrapper.GetCurrentRegistrationDate());
}
Copyright 2006 - 2024 by IntelliProtector - Software Protection and Licensing Services