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