| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Method and Description |
|---|---|
SexagesimalName.Branch |
SexagesimalName.getBranch()
Obtains the terrestrial branch of this cyclic sexagesimal name.
|
static SexagesimalName.Branch |
SexagesimalName.Branch.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SexagesimalName.Branch[] |
SexagesimalName.Branch.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SexagesimalName |
SexagesimalName.of(SexagesimalName.Stem stem,
SexagesimalName.Branch branch)
Obtains an instance of cyclic sexagesimal name.
|
static CyclicYear |
CyclicYear.of(SexagesimalName.Stem stem,
SexagesimalName.Branch branch)
Obtains an instance of cyclic year.
|
Copyright © 2014–2021. All rights reserved.