KoreanLunisolarCalendar.DaysInYearBeforeMinSupportedYear 属性
定义
获取 MinSupportedDateTime 属性指定的年份之前的年中天数。Gets the number of days in the year that precedes the year specified by the MinSupportedDateTime property.
protected:
virtual property int DaysInYearBeforeMinSupportedYear { int get(); };
protected override int DaysInYearBeforeMinSupportedYear { get; }
member this.DaysInYearBeforeMinSupportedYear : int
Protected Overrides ReadOnly Property DaysInYearBeforeMinSupportedYear As Integer
属性值
由 MinSupportedDateTime 指定的在年之前的一年的天数。The number of days in the year that precedes the year specified by MinSupportedDateTime.
注解
此属性返回的常量值为384。This property returns a constant value of 384.