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

プロパティ値

DateTimeグレゴリオ暦の 1901 年 2 月 19 日を表す型。コンストラクター DateTime(1901, 2, 19)と同じです。

属性

適用対象