Indicates whether a specified TDateTime value occurs on the current date.
function IsToday(const AValue: TDateTime): Boolean;
Boolean IsToday(const TDateTime AValue);
DateUtils
IsToday returns true if AValue occurs on the current day.
IsToday returns false if AValue represents a time on any other day.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|