IsLeapYear

Returns true if the year is a leap year.

Variants

IsLeapYear(Date date)

Returns true if the date falls in a leap year.

Parameters

date
The date to check.

Returns

Boolean

Examples

IsLeapYear(Numeric year)

Returns true if the year is a leap year.

Parameters

year
The year to check.

Returns

Boolean

Examples