Uses of Interface
net.time4j.calendar.EastAsianYear
Packages that use EastAsianYear
-
Uses of EastAsianYear in net.time4j.calendar
Methods in net.time4j.calendar that return EastAsianYearModifier and TypeMethodDescriptionstatic EastAsianYearEastAsianYear.forDangi(int dangiYear)Determines the East Asian year corresponding to given dangi year which starts counting in year BC 2333 or later.static EastAsianYearEastAsianYear.forGregorian(int relatedGregorianYear)Determines the East Asian year corresponding to given related gregorian year.static EastAsianYearEastAsianYear.forJuche(int jucheYear)Determines the East Asian year corresponding to given Juche year which starts counting in gregorian year 1912 or later.static EastAsianYearEastAsianYear.forMinguo(int minguoYear)Determines the East Asian year corresponding to given minguo year which starts counting in gregorian year 1912 or later.CyclicYear.inCycle(int cycle)Obtains a year reference for given cycle number (technical identifier).CyclicYear.inQingDynasty(ChineseEra era)Obtains an unambivalent year reference for given Qing dynasty.Methods in net.time4j.calendar with parameters of type EastAsianYearModifier and TypeMethodDescriptionstatic 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 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.