Uses of Interface
net.time4j.calendar.EastAsianYear
-
Uses of EastAsianYear in net.time4j.calendar
Modifier and TypeMethodDescriptionstatic EastAsianYear
EastAsianYear.forDangi(int dangiYear)
Determines the East Asian year corresponding to given dangi year which starts counting in year BC 2333 or later.static EastAsianYear
EastAsianYear.forGregorian(int relatedGregorianYear)
Determines the East Asian year corresponding to given related gregorian year.static EastAsianYear
EastAsianYear.forJuche(int jucheYear)
Determines the East Asian year corresponding to given Juche year which starts counting in gregorian year 1912 or later.static EastAsianYear
EastAsianYear.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.Modifier and TypeMethodDescriptionstatic boolean
ChineseCalendar.isValid(EastAsianYear year, EastAsianMonth month, int dayOfMonth)
Queries if given parameter values form a well defined calendar date.static boolean
KoreanCalendar.isValid(EastAsianYear year, EastAsianMonth month, int dayOfMonth)
Queries if given parameter values form a well defined calendar date.static boolean
VietnameseCalendar.isValid(EastAsianYear year, EastAsianMonth month, int dayOfMonth)
Queries if given parameter values form a well defined calendar date.static ChineseCalendar
ChineseCalendar.of(EastAsianYear year, EastAsianMonth month, int dayOfMonth)
Creates a new instance of a Chinese calendar date.static KoreanCalendar
KoreanCalendar.of(EastAsianYear year, EastAsianMonth month, int dayOfMonth)
Creates a new instance of a Korean calendar date.static VietnameseCalendar
VietnameseCalendar.of(EastAsianYear year, EastAsianMonth month, int dayOfMonth)
Creates a new instance of a Vietnamese calendar date.