SameDateTime function
|
![]() ![]() ![]() |
acUtils
|
function SameDateTime(const DateTime1, DateTime2: TDateTime): Boolean;
|
The SameDateTime function compares 2 TDateTime values with precision of 1 millisecond and returns True if dates/times are equal or False otherwise.
|