Class ChineseCalendar.MonthInfo

java.lang.Object
com.ibm.icu.util.ChineseCalendar.MonthInfo
Enclosing class:
ChineseCalendar

class ChineseCalendar.MonthInfo extends Object
  • Field Details

    • month

      int month
    • ordinalMonth

      int ordinalMonth
    • thisMoon

      int thisMoon
    • isLeapMonth

      boolean isLeapMonth
    • hasLeapMonthBetweenWinterSolstices

      boolean hasLeapMonthBetweenWinterSolstices
  • Constructor Details

    • MonthInfo

      MonthInfo(int month, int ordinalMonth, int thisMoon, boolean isLeapMonth, boolean hasLeapMonthBetweenWinterSolstices)