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
Subclasses with type arguments of type CopticDate in javax.time.i18nModifier and TypeClassDescription(package private) static final classRule implementation.Classes in javax.time.i18n that implement interfaces with type arguments of type CopticDateFields in javax.time.i18n with type parameters of type CopticDateModifier and TypeFieldDescriptionprivate static final CalendricalRule<CopticDate> CopticDate.Rule.INSTANCEMethods in javax.time.i18n that return CopticDateModifier and TypeMethodDescriptionprivate static CopticDateCopticDate.copticDateFromEpochDays(int epochDays) Obtains an instance ofCopticDatefrom a number of epoch days.private static CopticDateCopticDate.copticDatePreviousValid(int year, int monthOfYear, int dayOfMonth) Obtains an instance ofCopticDateusing the previous valid algorithm.protected CopticDateCopticDate.Rule.derive(Calendrical calendrical) static 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.