Date.validDay

Returns true if the day of the month is valid (a day is valid if it's between 1 and 31 inclusive).

class Date
static
bool
validDay

Parameters

day glib.types.DateDay

day to check

Return Value

Type: bool

true if the day is valid