EastAsianLunisolarCalendar.GetTerrestrialBranch(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算以六十年 (60 年) 為週期中指定年份的地支。
public:
int GetTerrestrialBranch(int sexagenaryYear);
public int GetTerrestrialBranch (int sexagenaryYear);
member this.GetTerrestrialBranch : int -> int
Public Function GetTerrestrialBranch (sexagenaryYear As Integer) As Integer
參數
- sexagenaryYear
- Int32
1 到 60 的整數,表示以六十年為週期的年份。
傳回
1 到 12 的整數。
例外狀況
sexagenaryYear
小於 1 或大於 60。