GetLeapYear

Description

Returns 1 if the given year is a leap year, otherwise 0.

Definition

integer GetLeapYear( year )

Parameters