Date.this

Like Date.new, but also sets the value of the date. Assuming the Julian day number you pass in is valid (greater than 0, less than an unreasonably large number), the returned date will be valid.

Parameters

julianDay uint

days since January 1, Year 1

Return Value

a newly-allocated glib.Date initialized with julian_day

Throws

ConstructionException GTK+ fails to create the object.