| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Field and Description |
|---|---|
static StdCalendarElement<Integer,CopticCalendar> |
CopticCalendar.DAY_OF_MONTH
Represents the Coptic day of month.
|
static StdCalendarElement<Weekday,CopticCalendar> |
CopticCalendar.DAY_OF_WEEK
Represents the Coptic day of week.
|
static StdCalendarElement<Integer,CopticCalendar> |
CopticCalendar.DAY_OF_YEAR
Represents the Coptic day of year.
|
static StdCalendarElement<CopticMonth,CopticCalendar> |
CopticCalendar.MONTH_OF_YEAR
Represents the Coptic month.
|
static OrdinalWeekdayElement<CopticCalendar> |
CopticCalendar.WEEKDAY_IN_MONTH
Element with the ordinal day-of-week within given calendar month.
|
static StdCalendarElement<Integer,CopticCalendar> |
CopticCalendar.YEAR_OF_ERA
Represents the Coptic year.
|
| Modifier and Type | Method and Description |
|---|---|
static CopticCalendar |
CopticCalendar.nowInSystemTime()
Obtains the current calendar date in system time.
|
static CopticCalendar |
CopticCalendar.of(int cyear,
CopticMonth cmonth,
int cdom)
Creates a new instance of a Coptic calendar date.
|
static CopticCalendar |
CopticCalendar.of(int cyear,
int cmonth,
int cdom)
Creates a new instance of a Coptic calendar date.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralTimestamp<CopticCalendar> |
CopticCalendar.at(PlainTime time)
Creates a new local timestamp with this date and given wall time.
|
GeneralTimestamp<CopticCalendar> |
CopticCalendar.atTime(int hour,
int minute)
Is equivalent to
at(PlainTime.of(hour, minute)). |
static TimeAxis<CopticCalendar.Unit,CopticCalendar> |
CopticCalendar.axis()
Returns the associated time axis.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CopticCalendar.Unit.between(CopticCalendar start,
CopticCalendar end)
Calculates the difference between given Coptic dates in this unit.
|
boolean |
CopticMonth.test(CopticCalendar context) |
Copyright © 2014–2021. All rights reserved.