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
Methods in javax.time.i18n that return CopticDateModifier and TypeMethodDescriptionstatic CopticDateCopticDate.of(int copticYear, int copticMonthOfYear, int copticDayOfMonth) Obtains an instance ofCopticDatefrom the Coptic year, month-of-year and day-of-month.static CopticDateCopticDate.of(Calendrical calendrical) Obtains an instance ofCopticDatefrom 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 TypeMethodDescriptionintCopticDate.compareTo(CopticDate other) Compares this date to another date.booleanCopticDate.isAfter(CopticDate other) Checks if this date is after the specified date.booleanCopticDate.isBefore(CopticDate other) Checks if this date is before the specified date.