Date.this

Allocates a glib.Date and initializes it to a sane state. The new date will be cleared (as if you'd called Date.clear) but invalid (it won't represent an existing day). Free the return value with Date.free.

Return Value

a newly-allocated glib.Date

Throws

ConstructionException GTK+ fails to create the object.