Uses of Class
javax.time.i18n.CopticDate
Packages that use CopticDate
Package
Description
Provides classes representing dates and times in alternate calendar systems.
-
Uses of CopticDate in javax.time.i18n
Fields in javax.time.i18n with type parameters of type CopticDateModifier and TypeFieldDescriptionprivate static final CalendricalRule
<CopticDate> CopticDate.Rule.INSTANCE
Methods in javax.time.i18n that return CopticDateModifier and TypeMethodDescriptionprivate static CopticDate
CopticDate.copticDateFromEpochDays
(int epochDays) Obtains an instance ofCopticDate
from a number of epoch days.private static CopticDate
CopticDate.copticDatePreviousValid
(int year, int monthOfYear, int dayOfMonth) Obtains an instance ofCopticDate
using the previous valid algorithm.protected CopticDate
CopticDate.Rule.derive
(Calendrical calendrical) static CopticDate
CopticDate.of
(int copticYear, int copticMonthOfYear, int copticDayOfMonth) Obtains an instance ofCopticDate
from the Coptic year, month-of-year and day-of-month.static CopticDate
CopticDate.of
(Calendrical calendrical) Obtains an instance ofCopticDate
from a calendrical.CopticDate.plusDays
(int days) Returns a copy of this date with the specified number of days added.CopticDate.plusMonths
(int months) Returns a copy of this date with the specified number of months added.CopticDate.plusWeeks
(int weeks) Returns a copy of this date with the specified number of weeks added.CopticDate.plusYears
(int years) Returns a copy of this date with the specified number of years added.CopticDate.withDayOfMonth
(int dayOfMonth) Returns a copy of this date with the day-of-month altered.CopticDate.withDayOfYear
(int dayOfYear) Returns a copy of this date with the day-of-year altered.CopticDate.withMonthOfYear
(int monthOfYear) Returns a copy of this date with the month-of-year altered.CopticDate.withYear
(int year) Returns a copy of this date with the year altered.Methods in javax.time.i18n that return types with arguments of type CopticDateModifier and TypeMethodDescriptionstatic CalendricalRule
<CopticDate> CopticDate.rule()
Gets the rule forCopticDate
.Methods in javax.time.i18n with parameters of type CopticDateModifier and TypeMethodDescriptionint
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.