Uses of Class
net.time4j.calendar.KoreanCalendar
-
Uses of KoreanCalendar in net.time4j.calendar
Modifier and TypeFieldDescriptionstatic 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 range1-12/13
.static OrdinalWeekdayElement<KoreanCalendar>
KoreanCalendar.WEEKDAY_IN_MONTH
Element with the ordinal day-of-week within given calendar month.Modifier and TypeMethodDescriptionstatic 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 TypeMethodDescriptionstatic TimeAxis<KoreanCalendar.Unit,KoreanCalendar>
KoreanCalendar.axis()
Returns the associated time axis.Modifier and TypeMethodDescriptionint
KoreanCalendar.Unit.between(KoreanCalendar start, KoreanCalendar end)
Calculates the difference between given Korean dates in this unit.