next up previous contents
Next: bEnableUnlock Up: Properties Previous: expireOn   Contents


leftDays

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!");




Copyright ©2000-2010 Shanghai TopCMM Software Technologies. All Rights Reserved.