EastAsianLunisolarCalendar.GetMonthsInYear(Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算指定年份和紀元中的月數。
public:
override int GetMonthsInYear(int year, int era);
public override int GetMonthsInYear (int year, int era);
override this.GetMonthsInYear : int * int -> int
Public Overrides Function GetMonthsInYear (year As Integer, era As Integer) As Integer
參數
- year
- Int32
表示年份的整數。
- era
- Int32
表示紀元的整數。
傳回
在指定紀元的指定年份中的月數。 傳回值為 12 個月 (一般年份中),或是 13 個月 (閏年中)。
例外狀況
year
或 era
在這個日曆所支援的範圍之外。