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 TypeClassDescriptionclass
Represents 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 SexagesimalName
SexagesimalName.of(int numberOfCycle)
Obtains an instance of cyclic sexagesimal name.static SexagesimalName
SexagesimalName.of(SexagesimalName.Stem stem, SexagesimalName.Branch branch)
Obtains an instance of cyclic sexagesimal name.static SexagesimalName
Parses 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