Uses of Class
net.time4j.calendar.SexagesimalName
Packages that use SexagesimalName
-
Uses of SexagesimalName in net.time4j.calendar
Subclasses of SexagesimalName in net.time4j.calendarModifier and TypeClassDescriptionclassRepresents the cyclic year used in East Asian calendars.Methods in net.time4j.calendar that return SexagesimalNameModifier and TypeMethodDescriptionEastAsianCalendar.getSexagesimalDay()Obtains the sexagesimal name of day component which repeats every 60th day.EastAsianCalendar.getSexagesimalMonth()Obtains the sexagesimal name of solar month component which repeats every 60th solar term.static SexagesimalNameSexagesimalName.of(int numberOfCycle)Obtains an instance of cyclic sexagesimal name.static SexagesimalNameSexagesimalName.of(SexagesimalName.Stem stem, SexagesimalName.Branch branch)Obtains an instance of cyclic sexagesimal name.static SexagesimalNameParses the given localized name as a combination of stem and branch to a cyclic sexagesimal name.SexagesimalName.roll(int amount)Rolls this cyclic sexagesimal name by given amount.Methods in net.time4j.calendar with parameters of type SexagesimalName