System.DateUtils.IncMilliSecond
Delphi
function IncMilliSecond(const AValue: TDateTime; const ANumberOfMilliSeconds: Int64 = 1): TDateTime;
C++
extern DELPHI_PACKAGE System::TDateTime __fastcall IncMilliSecond(const System::TDateTime AValue, const __int64 ANumberOfMilliSeconds = 1LL);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.DateUtils.pas System.DateUtils.hpp |
System.DateUtils | System.DateUtils |
説明
指定されたミリ秒数で変更された日付時刻値を返します。
IncMilliSecond 関数は,AValue パラメータの値を ANumberOfMilliSeconds のミリ秒数でインクリメントして返します。ANumberOfMilliSeconds に負の値を指定すると,AValue より指定されたミリ秒数だけ前の日付時刻値が返されます。