daysInMonth

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

Parameters

month int

the number of the month

year int

the number of the year

Return Value

Type: ubyte

the quantity of days in a given month

Meta