Uses of Class
org.threeten.extra.chrono.CopticDate
Packages that use CopticDate
Package
Description
Additional chronologies (calendar systems) that extend
java.time.*.-
Uses of CopticDate in org.threeten.extra.chrono
Methods in org.threeten.extra.chrono that return CopticDateModifier and TypeMethodDescriptionCopticChronology.date(int prolepticYear, int month, int dayOfMonth) Obtains a local date in Coptic calendar system from the proleptic-year, month-of-year and day-of-month fields.Obtains a local date in Coptic calendar system from the era, year-of-era, month-of-year and day-of-month fields.CopticChronology.date(TemporalAccessor temporal) Obtains a Coptic local date from another date-time object.CopticChronology.dateEpochDay(long epochDay) Obtains a local date in the Coptic calendar system from the epoch-day.CopticChronology.dateNow()Obtains the current Coptic local date from the system clock in the default time-zone.Obtains the current Coptic local date from the specified clock.Obtains the current Coptic local date from the system clock in the specified time-zone.CopticChronology.dateYearDay(int prolepticYear, int dayOfYear) Obtains a local date in Coptic calendar system from the proleptic-year and day-of-year fields.CopticChronology.dateYearDay(Era era, int yearOfEra, int dayOfYear) Obtains a local date in Coptic calendar system from the era, year-of-era and day-of-year fields.static CopticDateCopticDate.from(TemporalAccessor temporal) Obtains aCopticDatefrom a temporal object.CopticDate.minus(long amountToSubtract, TemporalUnit unit) CopticDate.minus(TemporalAmount amount) static CopticDateCopticDate.now()Obtains the currentCopticDatefrom the system clock in the default time-zone.static CopticDateObtains the currentCopticDatefrom the specified clock.static CopticDateObtains the currentCopticDatefrom the system clock in the specified time-zone.static CopticDateCopticDate.of(int prolepticYear, int month, int dayOfMonth) Obtains aCopticDaterepresenting a date in the Coptic calendar system from the proleptic-year, month-of-year and day-of-month fields.CopticDate.plus(long amountToAdd, TemporalUnit unit) CopticDate.plus(TemporalAmount amount) CopticChronology.resolveDate(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle) CopticDate.with(TemporalAdjuster adjuster) CopticDate.with(TemporalField field, long newValue) Methods in org.threeten.extra.chrono that return types with arguments of type CopticDateModifier and TypeMethodDescriptionCopticChronology.localDateTime(TemporalAccessor temporal) Obtains a Coptic local date-time from another date-time object.CopticChronology.zonedDateTime(Instant instant, ZoneId zone) Obtains a Coptic zoned date-time in this chronology from anInstant.CopticChronology.zonedDateTime(TemporalAccessor temporal) Obtains a Coptic zoned date-time from another date-time object.