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());
}