Free cookie consent management tool by TermsFeed isleapyear() Function
isleapyear() Function

Function

isleapyear( year )

Returns a Boolean value for whether the given year is a leap year.

Parameters

Keyword Type Description

year

Integer

The year to test whether or not it qualifies as a leap year.

Returns

Boolean

Examples

isleapyear(1996) returns True

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

isleapyear() Function

FEEDBACK