Uses of Class
net.time4j.calendar.JucheCalendar
Packages that use JucheCalendar
-
Uses of JucheCalendar in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type JucheCalendarModifier and TypeFieldDescriptionstatic StdCalendarElement<Integer,JucheCalendar>JucheCalendar.DAY_OF_MONTHRepresents the day of month.static StdCalendarElement<Weekday,JucheCalendar>JucheCalendar.DAY_OF_WEEKRepresents the day of week.static StdCalendarElement<Integer,JucheCalendar>JucheCalendar.DAY_OF_YEARRepresents the day of year.static StdCalendarElement<Month,JucheCalendar>JucheCalendar.MONTH_OF_YEARRepresents the month.static OrdinalWeekdayElement<JucheCalendar>JucheCalendar.WEEKDAY_IN_MONTHElement with the ordinal day-of-week within given calendar month.static StdCalendarElement<Integer,JucheCalendar>JucheCalendar.YEAR_OF_ERARepresents the Juche year.Methods in net.time4j.calendar that return JucheCalendarModifier and TypeMethodDescriptionstatic JucheCalendarJucheCalendar.nowInSystemTime()Obtains the current calendar date in system time.static JucheCalendarJucheCalendar.of(int yearOfEra, int month, int dayOfMonth)Creates a new instance of an Juche calendar date.static JucheCalendarCreates a new instance of a Juche calendar date.Methods in net.time4j.calendar that return types with arguments of type JucheCalendarModifier and TypeMethodDescriptionCreates a new local timestamp with this date and given wall time.JucheCalendar.atTime(int hour, int minute)Is equivalent toat(PlainTime.of(hour, minute)).static TimeAxis<CalendarUnit,JucheCalendar>JucheCalendar.axis()Returns the associated time axis.