Uses of Class
net.time4j.calendar.ChineseCalendar
Packages that use ChineseCalendar
-
Uses of ChineseCalendar in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type ChineseCalendarModifier and TypeFieldDescriptionstatic StdCalendarElement<Integer,ChineseCalendar>ChineseCalendar.DAY_OF_MONTHRepresents the Chinese day of month.static StdCalendarElement<Weekday,ChineseCalendar>ChineseCalendar.DAY_OF_WEEKRepresents the Chinese day of week.static StdCalendarElement<Integer,ChineseCalendar>ChineseCalendar.DAY_OF_YEARRepresents the Chinese day of year.static StdCalendarElement<Integer,ChineseCalendar>ChineseCalendar.MONTH_AS_ORDINALRepresents the ordinal index of a Chinese month in the range1-12/13.static OrdinalWeekdayElement<ChineseCalendar>ChineseCalendar.WEEKDAY_IN_MONTHElement with the ordinal day-of-week within given calendar month.static StdCalendarElement<Integer,ChineseCalendar>ChineseCalendar.YEAR_OF_ERARepresents the Chinese year related to the Chinese era.Methods in net.time4j.calendar that return ChineseCalendarModifier and TypeMethodDescriptionstatic ChineseCalendarChineseCalendar.nowInSystemTime()Obtains the current calendar date in system time.static ChineseCalendarChineseCalendar.of(EastAsianYear year, EastAsianMonth month, int dayOfMonth)Creates a new instance of a Chinese calendar date.static ChineseCalendarChineseCalendar.ofNewYear(int gregorianYear)Creates a new instance of a Chinese calendar date on traditional New Year.static ChineseCalendarChineseCalendar.ofQingMing(int gregorianYear)Creates a new instance of a Chinese calendar date on first day of QingMing-festival.Methods in net.time4j.calendar that return types with arguments of type ChineseCalendarModifier and TypeMethodDescriptionstatic TimeAxis<ChineseCalendar.Unit,ChineseCalendar>ChineseCalendar.axis()Returns the associated time axis.Methods in net.time4j.calendar with parameters of type ChineseCalendarModifier and TypeMethodDescriptionintChineseCalendar.Unit.between(ChineseCalendar start, ChineseCalendar end)Calculates the difference between given Chinese dates in this unit.