| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Field and Description |
|---|---|
static StdCalendarElement<Integer,KoreanCalendar> |
KoreanCalendar.DAY_OF_MONTH
Represents the Korean day of month.
|
static StdCalendarElement<Weekday,KoreanCalendar> |
KoreanCalendar.DAY_OF_WEEK
Represents the Korean day of week.
|
static StdCalendarElement<Integer,KoreanCalendar> |
KoreanCalendar.DAY_OF_YEAR
Represents the Korean day of year.
|
static StdCalendarElement<Integer,KoreanCalendar> |
KoreanCalendar.MONTH_AS_ORDINAL
Represents the ordinal index of a Korean month in the range
1-12/13. |
static OrdinalWeekdayElement<KoreanCalendar> |
KoreanCalendar.WEEKDAY_IN_MONTH
Element with the ordinal day-of-week within given calendar month.
|
| Modifier and Type | Method and Description |
|---|---|
static KoreanCalendar |
KoreanCalendar.nowInSystemTime()
Obtains the current calendar date in system time.
|
static KoreanCalendar |
KoreanCalendar.of(EastAsianYear year,
EastAsianMonth month,
int dayOfMonth)
Creates a new instance of a Korean calendar date.
|
static KoreanCalendar |
KoreanCalendar.ofNewYear(int gregorianYear)
Creates a new instance of a Korean calendar date on traditional New Year.
|
| Modifier and Type | Method and Description |
|---|---|
static TimeAxis<KoreanCalendar.Unit,KoreanCalendar> |
KoreanCalendar.axis()
Returns the associated time axis.
|
| Modifier and Type | Method and Description |
|---|---|
int |
KoreanCalendar.Unit.between(KoreanCalendar start,
KoreanCalendar end)
Calculates the difference between given Korean dates in this unit.
|
Copyright © 2014–2021. All rights reserved.