Description
returns the count of the days left before the expiry of the program. Read-only. Only valid when the "Application.Expiry.bEnable" property returns true.
Syntax
Application.Expiry.leftDays
Example
if (Application.Expiry.leftDays <= 0)
trace("Expired!");