Uses of Class
net.time4j.calendar.JapaneseCalendar
Packages that use JapaneseCalendar
-
Uses of JapaneseCalendar in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type JapaneseCalendarModifier and TypeFieldDescriptionstatic StdCalendarElement<Integer,JapaneseCalendar>JapaneseCalendar.DAY_OF_MONTHRepresents the Japanese day of month.static StdCalendarElement<Weekday,JapaneseCalendar>JapaneseCalendar.DAY_OF_WEEKRepresents the Japanese day of week.static StdCalendarElement<Integer,JapaneseCalendar>JapaneseCalendar.DAY_OF_YEARRepresents the Japanese day of year.static StdCalendarElement<Integer,JapaneseCalendar>JapaneseCalendar.MONTH_AS_ORDINALRepresents the ordinal index of a Japanese month.JapaneseCalendar.WEEKDAY_IN_MONTHElement with the ordinal day-of-week within given calendar month.static StdCalendarElement<Integer,JapaneseCalendar>JapaneseCalendar.YEAR_OF_ERARepresents the Japanese year associated with a nengo.Methods in net.time4j.calendar that return JapaneseCalendarModifier and TypeMethodDescriptionstatic JapaneseCalendarJapaneseCalendar.nowInSystemTime()Obtains the current calendar date in system time.static JapaneseCalendarJapaneseCalendar.of(Nengo nengo, int yearOfNengo, EastAsianMonth month, int dayOfMonth)Equivalent toJapaneseCalendar.of(nengo, yearOfNengo, month, dayOfMonth, Leniency.SMART).static JapaneseCalendarJapaneseCalendar.of(Nengo nengo, int yearOfNengo, EastAsianMonth month, int dayOfMonth, Leniency leniency)Creates a new instance of a Japanese calendar date.static JapaneseCalendarJapaneseCalendar.ofGregorian(Nengo nengo, int yearOfNengo, int month, int dayOfMonth)Creates a modern Japanese calendar for all dates since Meiji 6 (gregorian calendar rules).Methods in net.time4j.calendar that return types with arguments of type JapaneseCalendarModifier and TypeMethodDescriptionCreates a new local timestamp with this date and given wall time.JapaneseCalendar.atTime(int hour, int minute)Is equivalent toat(PlainTime.of(hour, minute)).JapaneseCalendar.axis()Returns the associated time axis.Methods in net.time4j.calendar with parameters of type JapaneseCalendarModifier and TypeMethodDescriptionlongJapaneseCalendar.Unit.between(JapaneseCalendar start, JapaneseCalendar end)Calculates the difference between given Japanese dates in this unit.intJapaneseCalendar.compareTo(JapaneseCalendar other)Compares first by the temporal position then by nengo position.