ChineseLunisolarCalendar.MaxSupportedDateTime 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得受 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)
。
- 屬性