Home  /  Autodocs  /  datebrowser.gadget

NAME

JulianLeapYear
Checks for a leap-year.

SYNOPSIS

isleapyear = JulianLeapYear(year);
D0 D0

BOOL JulianLeapYear(LONG);

FUNCTION

This function will return TRUE if the given year is a leap year.

INPUTS

year
the year.

RESULT

days
TRUE when the given year is a leap-year, otherwise FALSE.

SEE ALSO