Create a time.Time boxed type.
Changes time's timezone (for example to convert from GMT to another time zone). If time's current timezone is unset (i.e. equal to GDA_TIMEZONE_INVALID), then this function simply sets time's timezone attribute; Otherwise, it adds or removes hours, minutes or seconds to reflect the time in the new timezone.
Returns this, for use in with statements.
Get fraction field.
Set fraction field.
Get hour field.
Set hour field.
Get minute field.
Set minute field.
Get second field.
Set second field.
Get timezone field.
Set timezone field.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
Represents a time information.