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)
。
- 属性