Method
GLibDatevalid
Declaration [src]
gboolean
g_date_valid (
const GDate* date
)
Description [src]
Returns TRUE
if the GDate
represents an existing day. The date must not
contain garbage; it should have been initialized with g_date_clear()
if it wasn’t allocated by one of the g_date_new()
variants.