TimeSpanValidatorAttribute.MaxValue プロパティ

定義

TimeSpan の最大の絶対値を取得します。

public:
 property TimeSpan MaxValue { TimeSpan get(); };
public TimeSpan MaxValue { get; }
member this.MaxValue : TimeSpan
Public ReadOnly Property MaxValue As TimeSpan

プロパティ値

指定できる最大の TimeSpan 値。

注釈

これは、.NET で許可される絶対最大値です。 その値は、 フィールドによって MaxValue 定義されます。

適用対象