| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EastAsianCalendar<U,D extends EastAsianCalendar<U,D>>
Base class of all calendars which are derivates of the lunisolar rural calendar invented in China.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChineseCalendar
Represents the Chinese calendar supported in the gregorian range 1645-01-28/3000-01-27.
|
class |
KoreanCalendar
Represents the traditional Koran calendar supported in the gregorian range 1645-01-28/3000-01-27.
|
class |
VietnameseCalendar
Represents the Vietnamese calendar supported in the gregorian range 1813-02-01/3000-01-27.
|
| Modifier and Type | Method and Description |
|---|---|
static <D extends EastAsianCalendar<?,D>> |
SolarTerm.list(int gregorianYear,
Chronology<D> chronology)
Obtains a list of dates of all solar terms beginning with Lichun in spring of given gregorian year.
|
<D extends EastAsianCalendar<?,D>> |
SolarTerm.onOrAfter(D date)
Determines the date when this solar term will happen on or after given date.
|
<D extends EastAsianCalendar<?,D>> |
SolarTerm.sinceLichun()
Obtains an operator which searches for this solar term on or after Lichun event in the gregorian year
corresponding to the East Asian calendar date in question.
|
<D extends EastAsianCalendar<?,D>> |
SolarTerm.sinceNewYear()
Obtains an operator which searches for this solar term on or after New Year
of the East Asian calendar date in question.
|
Copyright © 2014–2021. All rights reserved.