Fills the structure with the current time. Time is measured from 1. Jan. 1978.
Source position: amigados.pas line 1602
procedure DateStamp( |
date: pDateStamp |
); |
date |
|
Pointer to recieve the timing information. |
DateStamp() takes a structure of three longwords that is set to the current time. The first element in the vector is a count of the number of days. The second element is the number of minutes elapsed in the day. The third is the number of ticks elapsed in the current minute. A tick happens 50 times a second. DateStamp() ensures that the day and minute are consistent. All three elements are zero if the date is unset.
|
||
|
Sets the modification date for a file or dir |
|
|
Compares two datestamps |