gda.timestamp

Module for [Timestamp] struct

struct Timestamp

Types 1

structTimestamp

Represents an instant (a time stamp)

Fields
short yearyear representation of the time stamp
ushort monthmonth representation of the time stamp, as a number between 1 and 12
ushort dayday representation of the time stamp, as a number between 1 and 31
ushort hourhour representation of the time stamp, as a number between 0 and 23
ushort minuteminute representation of the time stamp, as a number between 0 and 59
ushort secondsecond representation of the time stamp, 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)This function is similar to [gda.time.Time.changeTimezone] but operates on time stamps.
bool valid()
void * copy(void * boxed = null)
void free(void * boxed = null)