Cookie.Expires() Method
Version: Available or changed with runtime version 13.0.
The expiration date of the cookie.
Syntax
Expires := Cookie.Expires()
Note
This method can be invoked using property access syntax.
Parameters
Cookie
Type: Cookie
An instance of the Cookie data type.
Return Value
Expires
Type: DateTime
The expiration date of the cookie.
Related information
Cookie Data Type
Getting Started with AL
Developing Extensions