GdaTimestamp

Represents an instant (a time stamp)

Members

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