| Package | Description |
|---|---|
| org.threeten.extra.chrono |
| Modifier and Type | Method and Description |
|---|---|
EthiopicDate |
EthiopicChronology.date(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(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(Clock clock)
Obtains the current Ethiopic local date from the specified clock.
|
EthiopicDate |
EthiopicChronology.dateNow(ZoneId zone)
Obtains the current Ethiopic local date from the system clock in the specified time-zone.
|
EthiopicDate |
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.
|
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(TemporalAccessor temporal)
Obtains a
EthiopicDate from a temporal object. |
EthiopicDate |
EthiopicDate.minus(long amountToSubtract,
TemporalUnit unit) |
EthiopicDate |
EthiopicDate.minus(TemporalAmount amount) |
static EthiopicDate |
EthiopicDate.now()
Obtains the current
EthiopicDate from the system clock in the default time-zone. |
static EthiopicDate |
EthiopicDate.now(Clock clock)
Obtains the current
EthiopicDate from the specified clock. |
static EthiopicDate |
EthiopicDate.now(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,
TemporalUnit unit) |
EthiopicDate |
EthiopicDate.plus(TemporalAmount amount) |
EthiopicDate |
EthiopicChronology.resolveDate(Map<TemporalField,Long> fieldValues,
ResolverStyle resolverStyle) |
EthiopicDate |
EthiopicDate.with(TemporalAdjuster adjuster) |
EthiopicDate |
EthiopicDate.with(TemporalField field,
long newValue) |
| Modifier and Type | Method and Description |
|---|---|
ChronoLocalDateTime<EthiopicDate> |
EthiopicDate.atTime(LocalTime localTime) |
ChronoLocalDateTime<EthiopicDate> |
EthiopicChronology.localDateTime(TemporalAccessor temporal)
Obtains a Ethiopic local date-time from another date-time object.
|
ChronoZonedDateTime<EthiopicDate> |
EthiopicChronology.zonedDateTime(Instant instant,
ZoneId zone)
Obtains a Ethiopic zoned date-time in this chronology from an
Instant. |
ChronoZonedDateTime<EthiopicDate> |
EthiopicChronology.zonedDateTime(TemporalAccessor temporal)
Obtains a Ethiopic zoned date-time from another date-time object.
|
Copyright © 2010–2016 ThreeTen.org. All rights reserved.