3.11.2 External Representation


next up previous contents
Next: 3.11.3 String Representation Up: 3.11 Time Routines and Previous: 3.11.1 Internal Representation

3.11.2 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