Indicates whether two dates are within a specified number of days of each other.
function WithinPastDays(const ANow: TDateTime; const AThen: TDateTime; const ADays: Integer): Boolean;
Boolean WithinPastDays(const TDateTime ANow, const TDateTime AThen, const int ADays);
DateUtils
Call WithinPastDays to determine whether the date specified by ANow is within ADays days of the date specified by AThen.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|