GetFirstRegistrationDate
This function retrieves a date when the software has been registered in first time by the current license code.

Syntax
public static DateTime GetFirstRegistrationDate()

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

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