Uses of Class
net.time4j.calendar.JucheCalendar
-
Uses of JucheCalendar in net.time4j.calendar
Modifier and TypeFieldDescriptionstatic StdCalendarElement<Integer,JucheCalendar>
JucheCalendar.DAY_OF_MONTH
Represents the day of month.static StdCalendarElement<Weekday,JucheCalendar>
JucheCalendar.DAY_OF_WEEK
Represents the day of week.static StdCalendarElement<Integer,JucheCalendar>
JucheCalendar.DAY_OF_YEAR
Represents the day of year.static StdCalendarElement<Month,JucheCalendar>
JucheCalendar.MONTH_OF_YEAR
Represents the month.static OrdinalWeekdayElement<JucheCalendar>
JucheCalendar.WEEKDAY_IN_MONTH
Element with the ordinal day-of-week within given calendar month.static StdCalendarElement<Integer,JucheCalendar>
JucheCalendar.YEAR_OF_ERA
Represents the Juche year.Modifier and TypeMethodDescriptionstatic JucheCalendar
JucheCalendar.nowInSystemTime()
Obtains the current calendar date in system time.static JucheCalendar
JucheCalendar.of(int yearOfEra, int month, int dayOfMonth)
Creates a new instance of an Juche calendar date.static JucheCalendar
Creates a new instance of a Juche calendar date.Modifier 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.