| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Field and Description |
|---|---|
static StdCalendarElement<CopticMonth,CopticCalendar> |
CopticCalendar.MONTH_OF_YEAR
Represents the Coptic month.
|
| Modifier and Type | Method and Description |
|---|---|
CopticMonth |
CopticCalendar.getMonth()
Yields the Coptic month.
|
static CopticMonth |
CopticMonth.valueOf(int month)
Gets the enum-constant which corresponds to the given numerical value.
|
static CopticMonth |
CopticMonth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CopticMonth[] |
CopticMonth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static CopticCalendar |
CopticCalendar.of(int cyear,
CopticMonth cmonth,
int cdom)
Creates a new instance of a Coptic calendar date.
|
Copyright © 2014–2021. All rights reserved.