Date.validDmy

Returns true if the day-month-year triplet forms a valid, existing day in the range of days #GDate understands (Year 1 or later, no more than a few thousand years in the future).

Parameters

day glib.types.DateDay

day

month glib.types.DateMonth

month

year glib.types.DateYear

year

Return Value

Type: bool

true if the date is a valid one