- Procedure LicenseExpirationDate(date)
LicenseExpirationDate
The procedure LicenseExpirationDate
returns the expiration date of
the current AIMMS license.
LicenseExpirationDate(
date ! (output) a scalar string parameter
)
Arguments
- date
A scalar string parameter that, on return, contains the expiration 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 expiration date"
if the
current AIMMS license has no expiration date.
See also
The procedures LicenseStartDate
, LicenseMaintenanceExpirationDate
.