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

Syntax
Public Shared Function GetOrderDate() As DateTime

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

Example
Private Sub InitItpControls()
    ShowDate(lOrderDate, ItpLibraryNetWrapper.GetOrderDate())
End Sub
Copyright 2006 - 2024 by IntelliProtector - Software Protection and Licensing Services