Data type DateTime
access this type via: time.DateTime (uses)
A simple data type to describe a date and time, typically using a Gregorian calendar system.
Fields
int2 year The year.
byte month The month, indexed from 1.
byte day The day of the month, indexed from 1.
byte hour The number of hours into the day.
byte minute The number of minutes after the hour.
byte second The number of seconds after the minute.
int2 millisecond The number of milliseconds after the second.