Uses of Class
net.time4j.calendar.CyclicYear
Packages that use CyclicYear
-
Uses of CyclicYear in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type CyclicYearModifier and TypeFieldDescriptionstatic TextElement<CyclicYear>ChineseCalendar.YEAR_OF_CYCLERepresents the Chinese year related to the current sexagesimal cycle.static TextElement<CyclicYear>KoreanCalendar.YEAR_OF_CYCLERepresents the Korean year related to the current sexagesimal cycle.static TextElement<CyclicYear>VietnameseCalendar.YEAR_OF_CYCLERepresents the Vietnamese year related to the current sexagesimal cycle.Methods in net.time4j.calendar that return CyclicYearModifier and TypeMethodDescriptionEastAsianCalendar.getYear()Obtains the cyclic year (using a sexagesimal cycle).default CyclicYearEastAsianYear.getYearOfCycle()Determines the cyclic year.static CyclicYearCyclicYear.of(int yearOfCycle)Obtains an instance of cyclic year.static CyclicYearCyclicYear.of(SexagesimalName.Stem stem, SexagesimalName.Branch branch)Obtains an instance of cyclic year.static CyclicYearParses the given localized name as a combination of stem and branch to a cyclic year.CyclicYear.roll(int amount)Rolls this cyclic year by given amount.