Icon IsLeapYear

Unit: WebCore

Available In: Client and Server Applications

function IsLeapYear(Value: Integer): Boolean

The IsLeapYear function returns True if the year input parameter is a leap year.

Examples

X := IsLeapYear(2020);  // X is True
Image