PrApi: GetLicenseDate

GetLicenseDate

Returns the engine acceptance date of a license.

 Public Function GetLicenseDate(
	  ByVal license As Long ) As String

Parameters

license
The license id to query for the date.

Return Values

The date of the license.

Languages

[Visual Basic] Public Function GetLicenseDate(ByVal license As Long) As String

[Delphi] function GetLicenseDate(license: Integer): WideString;

[C++] BSTR GetLicenseDate(long license);

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods GetIntProperty GetLicenses