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 類別衍生的類別覆蓋。