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)

属性

适用于