KoreanLunisolarCalendar.MinSupportedDateTime プロパティ

定義

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

public:
 virtual property DateTime MinSupportedDateTime { DateTime get(); };
public override DateTime MinSupportedDateTime { get; }
member this.MinSupportedDateTime : DateTime
Public Overrides ReadOnly Property MinSupportedDateTime As DateTime

プロパティ値

KoreanLunisolarCalendar クラスでサポートされている最も古い日付と時刻。

注釈

.NET Frameworkでは、サポートされている最も古い日付と時刻は、グレゴリオ暦の 918 年 2 月 14 日の最初の瞬間と同じです。 .NET Core では、918 年 2 月 19 日の最初の瞬間に相当します。

適用対象