System.DateUtils.MilliSecondOfTheYear
Delphi
function MilliSecondOfTheYear(const AValue: TDateTime): Int64;
C++
extern DELPHI_PACKAGE __int64 __fastcall MilliSecondOfTheYear(const System::TDateTime AValue);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.DateUtils.pas System.DateUtils.hpp |
System.DateUtils | System.DateUtils |
説明
指定された TDateTime 値とその年の最初の日の午前 0 時との間にあるミリ秒数を返します。
MilliSecondOfTheYear 関数を呼び出すと,AValue と AValue が含まれている年の 1 月 1 日午前 0 時との間にあるミリ秒数を取得できます。