isLeap

pure nothrow @safe @nogc
bool
isLeap
(
int year
)

Parameters

year int

the number of the year

Return Value

Type: bool

true for a Leap year

Meta