ChineseLunisolarCalendar.MinSupportedDateTime プロパティ

定義

ChineseLunisolarCalendar クラスでサポートされている最小日時を取得します。

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

プロパティ値

グレゴリオ暦の 1901 年 2 月 19 日を表す DateTime 型。これはコンストラクター DateTime(1901, 2, 19)に相当します。

属性

適用対象