Uses of Enum Class
net.time4j.calendar.SolarTerm
Packages that use SolarTerm
-
Uses of SolarTerm in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type SolarTermModifier and TypeFieldDescriptionstatic ChronoElement<SolarTerm>
ChineseCalendar.SOLAR_TERM
Represents the solar term as one of 24 possible stations of the sun on the ecliptic.static ChronoElement<SolarTerm>
KoreanCalendar.SOLAR_TERM
Represents the solar term as one of 24 possible stations of the sun on the ecliptic.static ChronoElement<SolarTerm>
VietnameseCalendar.SOLAR_TERM
Represents the solar term as one of 24 possible stations of the sun on the ecliptic.Methods in net.time4j.calendar that return SolarTermModifier and TypeMethodDescriptionEastAsianCalendar.getSolarTerm()
Obtains the solar term as one of 24 on the ecliptic of the sun.static SolarTerm
Obtains an instance ofSolarTerm
at given moment.static SolarTerm
SolarTerm.ofMajor(int index)
Obtains a majorSolarTerm
by given index according to the traditional order in the Chinese calendar.static SolarTerm
SolarTerm.ofMinor(int index)
Obtains a minorSolarTerm
by given index according to the traditional order in the Chinese calendar.static SolarTerm
SolarTerm.parse(CharSequence text, Locale locale)
Tries to interprete given text as solar term.SolarTerm.roll(int amount)
Rolls this instance by given amount of solar terms.static SolarTerm
Returns the enum constant of this class with the specified name.static SolarTerm[]
SolarTerm.values()
Returns an array containing the constants of this enum class, in the order they are declared.