gda.time

Module for [Time] struct

struct Time

Types 1

structTime

Represents a time information.

Fields
ushort hourhour representation of the time, as a number between 0 and 23
ushort minuteminute representation of the time, as a number between 0 and 59
ushort secondsecond representation of the time, as a number between 0 and 59
gulong fractionfractionnal part of the seconds, in millionth' of second
glong timezonenumber of seconds added to the GMT timezone
Methods
GType _gType() @property
void * boxCopy()
void changeTimezone(glong ntz)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.types.TIMEZONE_INVALID]), then this function simply sets time...
bool valid()
void * copy(void * boxed = null)
void free(void * boxed = null)