Package | Description |
---|---|
javax.time.i18n |
Provides classes representing dates and times in alternate calendar systems.
|
Modifier and Type | Method | Description |
---|---|---|
static CopticDate |
CopticDate.of(int copticYear,
int copticMonthOfYear,
int copticDayOfMonth) |
Obtains an instance of
CopticDate from the Coptic year,
month-of-year and day-of-month. |
static CopticDate |
CopticDate.of(Calendrical calendrical) |
Obtains an instance of
CopticDate from a calendrical. |
CopticDate |
CopticDate.plusDays(int days) |
Returns a copy of this date with the specified number of days added.
|
CopticDate |
CopticDate.plusMonths(int months) |
Returns a copy of this date with the specified number of months added.
|
CopticDate |
CopticDate.plusWeeks(int weeks) |
Returns a copy of this date with the specified number of weeks added.
|
CopticDate |
CopticDate.plusYears(int years) |
Returns a copy of this date with the specified number of years added.
|
CopticDate |
CopticDate.withDayOfMonth(int dayOfMonth) |
Returns a copy of this date with the day-of-month altered.
|
CopticDate |
CopticDate.withDayOfYear(int dayOfYear) |
Returns a copy of this date with the day-of-year altered.
|
CopticDate |
CopticDate.withMonthOfYear(int monthOfYear) |
Returns a copy of this date with the month-of-year altered.
|
CopticDate |
CopticDate.withYear(int year) |
Returns a copy of this date with the year altered.
|
Modifier and Type | Method | Description |
---|---|---|
static CalendricalRule<CopticDate> |
CopticDate.rule() |
Gets the rule for
CopticDate . |
Modifier and Type | Method | Description |
---|---|---|
int |
CopticDate.compareTo(CopticDate other) |
Compares this date to another date.
|
boolean |
CopticDate.isAfter(CopticDate other) |
Checks if this date is after the specified date.
|
boolean |
CopticDate.isBefore(CopticDate other) |
Checks if this date is before the specified date.
|
Copyright © 2019. All rights reserved.