This is an old revision of the document!
YEAR
Description
Returns the year of the provided date as an integer constant
Parameters
Attribute of the Date type or date constant or calculation producing a date
Example
IF YEAR (Account.OpeningDate = 2004) THEN ...