- Procedure LicenseStartDate(date)
LicenseStartDate
The procedure LicenseStartDate
returns the start date of the current
AIMMS license.
LicenseStartDate(
date ! (output) a scalar string parameter
)
Arguments
- date
A scalar string parameter that, on return, contains the start date of the current AIMMS license.
Return Value
The procedure returns 1 on success, and 0 on failure.
Note
The date returned by the procedure has the standard date format
"YYYY-MM-DD"
, or holds the text "No start date"
if the current
AIMMS license has no start date.
See also
The procedures LicenseExpirationDate
, LicenseMaintenanceExpirationDate
.