Class ChineseCalendar.MonthInfo
java.lang.Object
com.ibm.icu.util.ChineseCalendar.MonthInfo
- Enclosing class:
ChineseCalendar
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean(package private) boolean(package private) int(package private) int(package private) int -
Constructor Summary
ConstructorsConstructorDescriptionMonthInfo(int month, int ordinalMonth, int thisMoon, boolean isLeapMonth, boolean hasLeapMonthBetweenWinterSolstices) -
Method Summary
-
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)
-