Pointer to timing informations
Source position: utility.pas line 27
| type PClockData = ^TClockData; | 
| 
 | Fill in a ClockData structure based on a system time stamp | |
| 
 | Calculate seconds from 01-Jan-1978. | |
| 
 | Checks a ClockData structure for legal date. |