Uses of Class
net.time4j.calendar.KoreanCalendar
Packages that use KoreanCalendar
-
Uses of KoreanCalendar in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type KoreanCalendarModifier and TypeFieldDescriptionstatic StdCalendarElement<Integer,KoreanCalendar>KoreanCalendar.DAY_OF_MONTHRepresents the Korean day of month.static StdCalendarElement<Weekday,KoreanCalendar>KoreanCalendar.DAY_OF_WEEKRepresents the Korean day of week.static StdCalendarElement<Integer,KoreanCalendar>KoreanCalendar.DAY_OF_YEARRepresents the Korean day of year.static StdCalendarElement<Integer,KoreanCalendar>KoreanCalendar.MONTH_AS_ORDINALRepresents the ordinal index of a Korean month in the range1-12/13.static OrdinalWeekdayElement<KoreanCalendar>KoreanCalendar.WEEKDAY_IN_MONTHElement with the ordinal day-of-week within given calendar month.Methods in net.time4j.calendar that return KoreanCalendarModifier and TypeMethodDescriptionstatic KoreanCalendarKoreanCalendar.nowInSystemTime()Obtains the current calendar date in system time.static KoreanCalendarKoreanCalendar.of(EastAsianYear year, EastAsianMonth month, int dayOfMonth)Creates a new instance of a Korean calendar date.static KoreanCalendarKoreanCalendar.ofNewYear(int gregorianYear)Creates a new instance of a Korean calendar date on traditional New Year.Methods in net.time4j.calendar that return types with arguments of type KoreanCalendarModifier and TypeMethodDescriptionstatic TimeAxis<KoreanCalendar.Unit,KoreanCalendar>KoreanCalendar.axis()Returns the associated time axis.Methods in net.time4j.calendar with parameters of type KoreanCalendarModifier and TypeMethodDescriptionintKoreanCalendar.Unit.between(KoreanCalendar start, KoreanCalendar end)Calculates the difference between given Korean dates in this unit.