| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Field and Description |
|---|---|
static TextElement<CyclicYear> |
VietnameseCalendar.YEAR_OF_CYCLE
Represents the Vietnamese year related to the current sexagesimal cycle.
|
static TextElement<CyclicYear> |
KoreanCalendar.YEAR_OF_CYCLE
Represents the Korean year related to the current sexagesimal cycle.
|
static TextElement<CyclicYear> |
ChineseCalendar.YEAR_OF_CYCLE
Represents the Chinese year related to the current sexagesimal cycle.
|
| Modifier and Type | Method and Description |
|---|---|
CyclicYear |
EastAsianCalendar.getYear()
Obtains the cyclic year (using a sexagesimal cycle).
|
default CyclicYear |
EastAsianYear.getYearOfCycle()
Determines the cyclic year.
|
static CyclicYear |
CyclicYear.of(int yearOfCycle)
Obtains an instance of cyclic year.
|
static CyclicYear |
CyclicYear.of(SexagesimalName.Stem stem,
SexagesimalName.Branch branch)
Obtains an instance of cyclic year.
|
static CyclicYear |
CyclicYear.parse(String text,
Locale locale)
Parses the given localized name as a combination of stem and branch to a cyclic year.
|
CyclicYear |
CyclicYear.roll(int amount)
Rolls this cyclic year by given amount.
|
Copyright © 2014–2021. All rights reserved.