AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkDateTime.IsLeapYear Method

Checks whether the given year is a leap year.

Syntax
Pascal
class function IsLeapYear(const Year: Integer): Boolean; static;
Parameters 
Description 
const Year: Integer 
the year to check. 

True if Year is a leap year, False if not.

Copyright (c) 2012. All rights reserved.