GetOrderDate
This function returns the date when order has been created.

Syntax
public static DateTime GetOrderDate()

Parameters
No parameters.

Return value
Returns DateTime.MinValue if the software is not registered.
Returns date and time when order has been created.

Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;

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