EastAsianLunisolarCalendar.GetCelestialStem(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 celestial stem of the specified year in the sexagenary (60-year) cycle.
public:
int GetCelestialStem(int sexagenaryYear);
public int GetCelestialStem (int sexagenaryYear);
member this.GetCelestialStem : int -> int
Public Function GetCelestialStem (sexagenaryYear As Integer) As Integer
Parameters
- sexagenaryYear
- Int32
An integer from 1 through 60 that represents a year in the sexagenary cycle.
Returns
A number from 1 through 10.
Exceptions
sexagenaryYear
is less than 1 or greater than 60.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.