Indicates whether two TDateTime values represent the same year, month, day, hour, minute, second, and millisecond.
function SameDateTime(const A: TDateTime; const B: TDateTime): Boolean;
Boolean SameDateTime(const TDateTime A, const TDateTime B);
DateUtils
Call SameDateTime to determine whether the two TDateTime values specified by A and B represent the same time, down to the millisecond. SameDateTime returns true if the two specified values represent the same time, false otherwise.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|