Calendar.MinSupportedDateTime 属性

定义

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

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

属性值

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

属性

适用于

另请参阅