System.TimeSpan.TTimeSpan.Minutes

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

Delphi

property Minutes: Integer read GetMinutes;

C++

__property int Minutes = {read=GetMinutes};

プロパティ

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

説明

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

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

関連項目