IsLeapYear function
Date/Time routines
Unit
acUtils
Declaration
function
IsLeapYear(AYear: Integer): Boolean;
Description
The IsLeapYear function indicates whether a specified year is a leap year.
Remarks
This function used in the AppControls for
Delphi 2 only
. In the Delphi 3 and later this obsolete, because you can find same function in standard SysUtils unit.