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