daysInMonth

@safe pure nothrow
ubyte
daysInMonth
(
int month
,
int year
)

Parameters

month
Type: int

the number of the month

year
Type: int

the number of the year

Return Value

Type: ubyte

the quantity of days in a given month

Meta