| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Field and Description |
|---|---|
static ChronoElement<MinguoEra> |
MinguoCalendar.ERA
Represents the Minguo era which cannot be changed.
|
| Modifier and Type | Method and Description |
|---|---|
MinguoEra |
MinguoCalendar.getEra()
Yields the Minguo era.
|
static MinguoEra |
MinguoEra.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MinguoEra[] |
MinguoEra.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
MinguoCalendar.isValid(MinguoEra era,
int yearOfEra,
int month,
int dayOfMonth)
Queries if given parameter values form a well defined calendar date.
|
static MinguoCalendar |
MinguoCalendar.of(MinguoEra era,
int yearOfEra,
int month,
int dayOfMonth)
Creates a new instance of an Minguo calendar date.
|
static MinguoCalendar |
MinguoCalendar.of(MinguoEra era,
int yearOfEra,
Month month,
int dayOfMonth)
Creates a new instance of a Minguo calendar date.
|
Copyright © 2014–2021. All rights reserved.