| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Field and Description |
|---|---|
static 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 Type | Method and Description |
|---|---|
static 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 |
JucheCalendar.of(int yearOfEra,
Month month,
int dayOfMonth)
Creates a new instance of a Juche calendar date.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralTimestamp<JucheCalendar> |
JucheCalendar.at(PlainTime time)
Creates a new local timestamp with this date and given wall time.
|
GeneralTimestamp<JucheCalendar> |
JucheCalendar.atTime(int hour,
int minute)
Is equivalent to
at(PlainTime.of(hour, minute)). |
static TimeAxis<CalendarUnit,JucheCalendar> |
JucheCalendar.axis()
Returns the associated time axis.
|
Copyright © 2014–2021. All rights reserved.