Date and Time representation
Source position: amigados.pas line 70
| type TDateStamp = packed record | ||
| ds_Days: LongInt; | 
 | Number of days since 1. Jan. 1978 | 
| ds_Minute: LongInt; | 
 | Number of minutes of the day | 
| ds_Tick: LongInt; | 
 | Number of ticks since past minute. Use TICKS_PER_SECOND to calculate the seconds. | 
| end; | 
| 
 | Number of ticks per second. Defines the acuracy of your time | |
| 
 | Fills the structure with the current time. Time is measured from 1. Jan. 1978. | |
| 
 | Compares two datestamps | |
| 
 | Sets the modification date for a file or dir | |
| 
 | File information structure |