isLeap

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

Parameters

year
Type: int

the number of the year

Return Value

Type: bool

true for a Leap year

Meta