Date.validDay

bool validDay(glib.types.DateDay day)

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

Parameters

dayday to check

Returns

true if the day is valid