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_CYCLE
Represents the Chinese year related to the current sexagesimal cycle.static TextElement<CyclicYear>
KoreanCalendar.YEAR_OF_CYCLE
Represents the Korean year related to the current sexagesimal cycle.static TextElement<CyclicYear>
VietnameseCalendar.YEAR_OF_CYCLE
Represents 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 CyclicYear
EastAsianYear.getYearOfCycle()
Determines the cyclic year.static CyclicYear
CyclicYear.of(int yearOfCycle)
Obtains an instance of cyclic year.static CyclicYear
CyclicYear.of(SexagesimalName.Stem stem, SexagesimalName.Branch branch)
Obtains an instance of cyclic year.static CyclicYear
Parses 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.