Next: String Representation Up: Time Routines and Previous: Internal Representation

External Representation

The external representation uses a 7 element integer array to define the time of an event. This representation uses 14 bytes.


             (0) = hour 
             (1) = minute
             (2) = second
             (3) = millisec
             (4) = date
             (5) = month
             (6) = year


ydac@mssly1.mssl.ucl.ac.uk