表示: Delphi C++
表示設定

System.DateUtils.MilliSecondOfTheMinute

提供:XE2 API Documentation
移動: 案内, 検索

Delphi

function MilliSecondOfTheMinute(const AValue: TDateTime): LongWord;

C++

extern PACKAGE unsigned __fastcall MilliSecondOfTheMinute(const System::TDateTime AValue);

プロパティ

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

説明

指定された TDateTime 値と同じ分の開始との間にあるミリ秒数を返します。

MilliSecondOfTheMinute 関数を呼び出すと,AValue と同じ日の同じ分の開始との間にあるミリ秒数を取得できます。

関連項目

以前のバージョン
他の言語