IsLeapYear function
Date/Time routines
Return to Introduction  Previous page  Next page
Unit
acUtils  

Declaration
function IsLeapYear(AYear: Integer): Boolean;  

Description
The IsLeapYear function indicates whether a specified year is a leap year.  

Remarks
iiinfo 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.