Calendar.DaysInYearBeforeMinSupportedYear 属性

定义

获取 MinSupportedDateTime 属性指定的年份之前的年中天数。

protected:
 virtual property int DaysInYearBeforeMinSupportedYear { int get(); };
protected virtual int DaysInYearBeforeMinSupportedYear { get; }
member this.DaysInYearBeforeMinSupportedYear : int
Protected Overridable ReadOnly Property DaysInYearBeforeMinSupportedYear As Integer

属性值

Int32

MinSupportedDateTime 指定的在年之前的一年的天数。

注解

此属性返回常量值 365。 请注意,属性值可由派生自该类的 Calendar 类重写。

适用于