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 _getGType() static nothrow
GType _gType() @property nothrow
void * boxCopy() nothrow
void changeTimezone(glong ntz) nothrowChanges 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() nothrow
void * copy(void * boxed = null) static nothrow
void free(void * boxed = null) static nothrow