Calendar.DaysInYearBeforeMinSupportedYear 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 MinSupportedDateTime 属性指定的年份之前的年中天数。
protected:
virtual property int DaysInYearBeforeMinSupportedYear { int get(); };
protected virtual int DaysInYearBeforeMinSupportedYear { get; }
member this.DaysInYearBeforeMinSupportedYear : int
Protected Overridable ReadOnly Property DaysInYearBeforeMinSupportedYear As Integer
属性值
由 MinSupportedDateTime 指定的在年之前的一年的天数。
注解
此属性返回常量值 365。 请注意,属性值可由派生自 类的 Calendar 类重写。