The spAge property gets the time elapsed since the password was last changed.
// Check the last password change in the Authentication file
PasswordAge is Duration
PasswordAge = Authentication.PasswordItem.spAge
Syntax
<Time elapsed> = <Data file>.<Item>.spAge
<Time elapsed>: Duration
Time elapsed since the password was last changed.
<Data file>: Character string
Name of the data file used. This name was defined in the data model editor or with the File Description type.
<Item>: Character string
Name of the item of type "Password" handled. This name was defined in the data model editor or with the Item Description type.