Calendar.MinSupportedDateTime プロパティ

定義

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

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

プロパティ値

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

属性

適用対象

こちらもご覧ください