Year()

Returns the year of the date referenced

Usage

NUMERIC = Year( date )
Argument Summary
date date

Calling

Supports named-parameter calling allowing you to use the function like:

Year(
   date=?
);

Supports passing parameters as a structure using ArgumentCollection:

Year( ArgumentCollection={
   date : ?
} );