| Package | Description |
|---|---|
| org.threeten.extra.chrono |
| Modifier and Type | Method and Description |
|---|---|
EthiopicDate |
EthiopicChronology.date(java.time.chrono.Era era,
int yearOfEra,
int month,
int dayOfMonth)
Obtains a local date in Ethiopic calendar system from the
era, year-of-era, month-of-year and day-of-month fields.
|
EthiopicDate |
EthiopicChronology.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.
|
EthiopicDate |
EthiopicChronology.date(java.time.temporal.TemporalAccessor temporal)
Obtains a Ethiopic local date from another date-time object.
|
EthiopicDate |
EthiopicChronology.dateEpochDay(long epochDay)
Obtains a local date in the Ethiopic calendar system from the epoch-day.
|
EthiopicDate |
EthiopicChronology.dateNow()
Obtains the current Ethiopic local date from the system clock in the default time-zone.
|
EthiopicDate |
EthiopicChronology.dateNow(java.time.Clock clock)
Obtains the current Ethiopic local date from the specified clock.
|
EthiopicDate |
EthiopicChronology.dateNow(java.time.ZoneId zone)
Obtains the current Ethiopic local date from the system clock in the specified time-zone.
|
EthiopicDate |
EthiopicChronology.dateYearDay(java.time.chrono.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.
|
EthiopicDate |
EthiopicChronology.dateYearDay(int prolepticYear,
int dayOfYear)
Obtains a local date in Ethiopic calendar system from the
proleptic-year and day-of-year fields.
|
static EthiopicDate |
EthiopicDate.from(java.time.temporal.TemporalAccessor temporal)
Obtains a
EthiopicDate from a temporal object. |
EthiopicDate |
EthiopicDate.minus(long amountToSubtract,
java.time.temporal.TemporalUnit unit) |
EthiopicDate |
EthiopicDate.minus(java.time.temporal.TemporalAmount amount) |
static EthiopicDate |
EthiopicDate.now()
Obtains the current
EthiopicDate from the system clock in the default time-zone. |
static EthiopicDate |
EthiopicDate.now(java.time.Clock clock)
Obtains the current
EthiopicDate from the specified clock. |
static EthiopicDate |
EthiopicDate.now(java.time.ZoneId zone)
Obtains the current
EthiopicDate from the system clock in the specified time-zone. |
static EthiopicDate |
EthiopicDate.of(int prolepticYear,
int month,
int dayOfMonth)
Obtains a
EthiopicDate representing a date in the Ethiopic calendar
system from the proleptic-year, month-of-year and day-of-month fields. |
EthiopicDate |
EthiopicDate.plus(long amountToAdd,
java.time.temporal.TemporalUnit unit) |
EthiopicDate |
EthiopicDate.plus(java.time.temporal.TemporalAmount amount) |
EthiopicDate |
EthiopicChronology.resolveDate(Map<java.time.temporal.TemporalField,Long> fieldValues,
java.time.format.ResolverStyle resolverStyle) |
EthiopicDate |
EthiopicDate.with(java.time.temporal.TemporalAdjuster adjuster) |
EthiopicDate |
EthiopicDate.with(java.time.temporal.TemporalField field,
long newValue) |
| Modifier and Type | Method and Description |
|---|---|
java.time.chrono.ChronoLocalDateTime<EthiopicDate> |
EthiopicDate.atTime(java.time.LocalTime localTime) |
java.time.chrono.ChronoLocalDateTime<EthiopicDate> |
EthiopicChronology.localDateTime(java.time.temporal.TemporalAccessor temporal)
Obtains a Ethiopic local date-time from another date-time object.
|
java.time.chrono.ChronoZonedDateTime<EthiopicDate> |
EthiopicChronology.zonedDateTime(java.time.Instant instant,
java.time.ZoneId zone)
Obtains a Ethiopic zoned date-time in this chronology from an
Instant. |
java.time.chrono.ChronoZonedDateTime<EthiopicDate> |
EthiopicChronology.zonedDateTime(java.time.temporal.TemporalAccessor temporal)
Obtains a Ethiopic zoned date-time from another date-time object.
|
Copyright © 2010–2014 ThreeTen.org. All rights reserved.