Indicates the relationship between two TDateTime values.
function CompareDateTime(const A: TDateTime; const B: TDateTime): TValueRelationship;
TValueRelationship CompareDateTime(const TDateTime A, const TDateTime B);
DateUtils
Call CompareDateTime to compare the two TDateTime values specified by A and B. CompareDateTime returns
LessThanValue if A is earlier than B.
EqualsValue if A is the same as B.
GreaterThanValue if A is later than B.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|