AGE
Description
Returns the full year difference between the provided date and the current date
Parameters
Attribute of the Date type or date constant or calculation producing date
Example
IF Age (Account.Customer.DateOfBirth) > 70 Then...
index function function list date and time
Returns the full year difference between the provided date and the current date
Attribute of the Date type or date constant or calculation producing date
IF Age (Account.Customer.DateOfBirth) > 70 Then...