System.DateUtils.WithinPastMilliSeconds

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function WithinPastMilliSeconds(const ANow, AThen: TDateTime; const AMilliSeconds: Int64): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall WithinPastMilliSeconds(const System::TDateTime ANow, const System::TDateTime AThen, const __int64 AMilliSeconds);

プロパティ

種類 可視性 ソース ユニット
function public
System.DateUtils.pas
System.DateUtils.hpp
System.DateUtils System.DateUtils

説明

2 つの日付時刻値が互いに指定されたミリ秒内にあるかどうかを示します。

WithinPastMilliSeconds 関数を呼び出すと,ANow で指定された日付時刻値が AThen で指定された日付時刻値の AMilliSeconds のミリ秒内にあるかどうかを確認できます。

関連項目