Timestamp

Represents an instant (a time stamp)

Members

Functions

changeTimezone
void changeTimezone(glong ntz)

This function is similar to gda.time.Time.changeTimezone but operates on time stamps.

valid
bool valid()

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()
copy
void* copy(void* boxed)
free
void free(void* boxed)

Variables

day
ushort day;

day representation of the time stamp, as a number between 1 and 31

fraction
gulong fraction;

fractionnal part of the seconds, in millionth' of second

hour
ushort hour;

hour representation of the time stamp, as a number between 0 and 23

minute
ushort minute;

minute representation of the time stamp, as a number between 0 and 59

month
ushort month;

month representation of the time stamp, as a number between 1 and 12

second
ushort second;

second representation of the time stamp, as a number between 0 and 59

timezone
glong timezone;

number of seconds added to the GMT timezone

year
short year;

year representation of the time stamp