Compares two datestamps
Source position: amigados.pas line 2127
function CompareDates( |
date1: PDateStamp; |
date2: PDateStamp |
):LongInt; |
date1 |
|
DateStamps to compare |
date2 |
|
DateStamps to compare |
<0, 0, or >0 based on comparison of two date stamps
Compares two times for relative magnitide. <0 is returned if date1 is later than date2, 0 if they are equal, or >0 if date2 is later than date1. NOTE: this is not the same ordering as strcmp!
|
Fills the structure with the current time. Time is measured from 1. Jan. 1978. |
|
|