| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Field and Description |
|---|---|
static ChronoElement<SolarTerm> |
VietnameseCalendar.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> |
ChineseCalendar.SOLAR_TERM
Represents the solar term as one of 24 possible stations of the sun on the ecliptic.
|
| Modifier and Type | Method and Description |
|---|---|
SolarTerm |
EastAsianCalendar.getSolarTerm()
Obtains the solar term as one of 24 on the ecliptic of the sun.
|
static SolarTerm |
SolarTerm.of(Moment moment)
Obtains an instance of
SolarTerm at given moment. |
static SolarTerm |
SolarTerm.ofMajor(int index)
Obtains a major
SolarTerm by given index
according to the traditional order in the Chinese calendar. |
static SolarTerm |
SolarTerm.ofMinor(int index)
Obtains a minor
SolarTerm 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 |
SolarTerm.roll(int amount)
Rolls this instance by given amount of solar terms.
|
static SolarTerm |
SolarTerm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolarTerm[] |
SolarTerm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2021. All rights reserved.