Calendar.MaxSupportedDateTime 属性

定义

获取此 Calendar 对象支持的最晚日期和时间。

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

属性值

此日历支持的最晚日期和时间。 默认值为 DateTime.MaxValue

属性

适用于

另请参阅