Uses of Class
net.time4j.calendar.EastAsianMonth
Packages that use EastAsianMonth
-
Uses of EastAsianMonth in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type EastAsianMonthModifier and TypeFieldDescriptionstatic TextElement<EastAsianMonth>ChineseCalendar.MONTH_OF_YEARRepresents the Chinese month.static TextElement<EastAsianMonth>JapaneseCalendar.MONTH_OF_YEARRepresents the Japanese month.static TextElement<EastAsianMonth>KoreanCalendar.MONTH_OF_YEARRepresents the Korean month.static TextElement<EastAsianMonth>VietnameseCalendar.MONTH_OF_YEARRepresents the Vietnamese month.Methods in net.time4j.calendar that return EastAsianMonthModifier and TypeMethodDescriptionEastAsianCalendar.getMonth()Yields the (lunar) month including the numerical value and the possible leap month flag.JapaneseCalendar.getMonth()Yields the Japanese month.static EastAsianMonthEastAsianMonth.valueOf(int month)Gets the standard East Asian month which corresponds to the given numerical value.EastAsianMonth.withLeap()Obtains the leap month version of this month.Methods in net.time4j.calendar that return types with arguments of type EastAsianMonthModifier and TypeMethodDescriptionEastAsianCalendar.findLeapMonth()Tries to obtain the leap month of the calendar year associated with this calendar date.Methods in net.time4j.calendar with parameters of type EastAsianMonthModifier and TypeMethodDescriptionintEastAsianMonth.compareTo(EastAsianMonth other)static booleanChineseCalendar.isValid(EastAsianYear year, EastAsianMonth month, int dayOfMonth)Queries if given parameter values form a well defined calendar date.static booleanKoreanCalendar.isValid(EastAsianYear year, EastAsianMonth month, int dayOfMonth)Queries if given parameter values form a well defined calendar date.static booleanVietnameseCalendar.isValid(EastAsianYear year, EastAsianMonth month, int dayOfMonth)Queries if given parameter values form a well defined calendar date.static ChineseCalendarChineseCalendar.of(EastAsianYear year, EastAsianMonth month, int dayOfMonth)Creates a new instance of a Chinese calendar date.static JapaneseCalendarJapaneseCalendar.of(Nengo nengo, int yearOfNengo, EastAsianMonth month, int dayOfMonth)Equivalent toJapaneseCalendar.of(nengo, yearOfNengo, month, dayOfMonth, Leniency.SMART).static JapaneseCalendarJapaneseCalendar.of(Nengo nengo, int yearOfNengo, EastAsianMonth month, int dayOfMonth, Leniency leniency)Creates a new instance of a Japanese calendar date.static KoreanCalendarKoreanCalendar.of(EastAsianYear year, EastAsianMonth month, int dayOfMonth)Creates a new instance of a Korean calendar date.static VietnameseCalendarVietnameseCalendar.of(EastAsianYear year, EastAsianMonth month, int dayOfMonth)Creates a new instance of a Vietnamese calendar date.