GetCurrentActivationDate
This function retrieves date and time when the software has been activated on the current computer.

Syntax
public static DateTime GetCurrentActivationDate()

Parameters
No parameters.

Return value
Returns DateTime.MinValue if the software is not activated.
Returns date and time of the software activation on the current computer.

Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;

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