System.DateUtils.MilliSecondOfTheSecond

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

Delphi

function MilliSecondOfTheSecond(const AValue: TDateTime): Word;

C++

extern DELPHI_PACKAGE System::Word __fastcall MilliSecondOfTheSecond(const System::TDateTime AValue);

プロパティ

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

説明

TDateTime 値で表されたミリ秒を返します。

MilliSecondOfTheSecond 関数を呼び出すと,指定された TDateTime 値で表されたミリ秒を取得できます。MilliSecondOfTheSecond は,0 ~ 999 の範囲の値を返します。

メモ:  MilliSecondOfTheSecond は,MilliSecondOf 関数と同じ値を返します。

関連項目