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.
|