| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CyclicYear
Represents the cyclic year used in East Asian calendars.
|
| Modifier and Type | Method and Description |
|---|---|
SexagesimalName |
EastAsianCalendar.getSexagesimalDay()
Obtains the sexagesimal name of day component which repeats every 60th day.
|
SexagesimalName |
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 |
SexagesimalName.parse(String text,
Locale locale)
Parses the given localized name as a combination of stem and branch to a cyclic sexagesimal name.
|
SexagesimalName |
SexagesimalName.roll(int amount)
Rolls this cyclic sexagesimal name by given amount.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SexagesimalName.compareTo(SexagesimalName other) |
Copyright © 2014–2021. All rights reserved.