DateTime.getYear()

Signature

int getYear(DateTime date)

Domain

ACTION, CONDITION, QUERY, BUI

Description

Gets the year on the DateTime Object passed as input.

Parameters

NameTypeDescription
dateDateTimeA DateTime to get the year of.

Returns

TypeDescription
intThe year on the date argument.

Cautions

none