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

屬性值

MinSupportedDateTime 指定之年的前一年的天數。

備註

此屬性會傳回常數值 365。 請注意,屬性值可由衍生自 類別的 Calendar 類別覆寫。

適用於