maxDay

The maximum valid Day in the given month in the given year.

@safe pure nothrow @nogc
ubyte
maxDay
(
int year
,
int month
)

Parameters

year int

The year to get the day for.

month int

The month of the Gregorian Calendar to get the day for.

Meta