ChineseLunisolarCalendar.MaxSupportedDateTime プロパティ

定義

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

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

プロパティ値

DateTimeグレゴリオ暦の 2101 年 1 月 28 日の最後の瞬間を表す型 。コンストラクター DateTime(2101, 1, 28, 23, 59, 59, 999)とほぼ同じです。

属性

適用対象