Date.getDaysInMonth

Returns the number of days in a month, taking leap years into account.

class Date
static
ubyte
getDaysInMonth

Parameters

month GDateMonth

month

year GDateYear

year

Return Value

Type: ubyte

number of days in @month during the @year

Meta