DateUtils.WithinPastMilliSeconds
From RAD Studio VCL Reference
Contents |
Delphi Information
From DateUtils.pas
function WithinPastMilliSeconds(const ANow: TDateTime; const AThen: TDateTime; const AMilliSeconds: Int64): Boolean;
Unit: DateUtils
Type: function
Visibility: public
C++ Information
From DateUtils.hpp
bool __fastcall WithinPastMilliSeconds(System::TDateTime ANow, System::TDateTime AThen, __int64 AMilliSeconds);
Unit: DateUtils
Type: function
Description
Indicates whether two date/time values are within a specified number of milliseconds of each other.
Call WithinPastMilliSeconds to determine whether the date and time specified by ANow is within AMilliSeconds milliseconds of the date and time specified by AThen.
See Also
Code Samples