EastAsianLunisolarCalendar.GetTerrestrialBranch(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calculates the terrestrial branch of the specified year in the sexagenary (60-year) cycle.
public:
int GetTerrestrialBranch(int sexagenaryYear);
public int GetTerrestrialBranch (int sexagenaryYear);
member this.GetTerrestrialBranch : int -> int
Public Function GetTerrestrialBranch (sexagenaryYear As Integer) As Integer
Parameters
- sexagenaryYear
- Int32
An integer from 1 through 60 that represents a year in the sexagenary cycle.
Returns
An integer from 1 through 12.
Exceptions
sexagenaryYear
is less than 1 or greater than 60.
Applies to
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.