System.TimeSpan.TTimeSpan.Milliseconds

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

Delphi

property Milliseconds: Integer read GetMilliseconds;

C++

__property int Milliseconds = {read=GetMilliseconds};

プロパティ

種類 可視性 ソース ユニット
property public
System.TimeSpan.pas
System.TimeSpan.hpp
System.TimeSpan TTimeSpan

説明

タイムスパンのミリ秒コンポーネントを指定します。

Milliseconds プロパティは、タイムスパンのミリ秒コンポーネントを指定します。

関連項目