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
byte month
byte day
byte hour
byte minute
byte second
int2 millisecond