FLTAbsTime FLTEAbsTime FEQAbsTime

at1, at2 )

FLTEAbsTime( at1, at2 )

FEQAbsTime( at1, at2 )

Compare two ABSTIME structures at1 and at2. These macros return TRUE for the following conditions: less than, less than or equal, and equal.

Example

if (FLTAbsTime( at1, at2 )) // TRUE if at1 < at2

if (FLTEAbsTime( at1, at2 )) // TRUE if at1 <= at2

if (FEQAbsTime( at1, at2 )) // TRUE if at1 == at2

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples