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 23ushort minuteminute representation of the time, as a number between 0 and 59ushort secondsecond representation of the time, as a number between 0 and 59gulong fractionfractionnal part of the seconds, in millionth' of secondglong timezonenumber of seconds added to the GMT timezoneMethods
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)