System.TimeSpan.TTimeSpan.MaxValue

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

Delphi

class property MaxValue: TTimeSpan read FMaxValue;

C++

/* static */ __property TTimeSpan MaxValue = {read=FMaxValue};

プロパティ

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

説明

TTimeSpan の最大値を指定します。

MaxValue プロパティは、TTimeSpan の最大値を指定する読み込み専用のプロパティです。

関連項目