Calendar.MaxSupportedDateTime プロパティ

定義

この Calendar オブジェクトでサポートされている最も新しい日付と時刻を取得します。

public:
 virtual property DateTime MaxSupportedDateTime { DateTime get(); };
public virtual DateTime MaxSupportedDateTime { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public virtual DateTime MaxSupportedDateTime { get; }
member this.MaxSupportedDateTime : DateTime
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.MaxSupportedDateTime : DateTime
Public Overridable ReadOnly Property MaxSupportedDateTime As DateTime

プロパティ値

このカレンダーでサポートされている最も新しい日付と時刻。 既定値は DateTime.MaxValue です

属性

適用対象

こちらもご覧ください