| Package | Description |
|---|---|
| org.threeten.extra.chrono |
Additional chronologies (calendar systems) that extend
java.time.*. |
| Modifier and Type | Method | Description |
|---|---|---|
InternationalFixedDate |
InternationalFixedChronology.date(int prolepticYear,
int month,
int dayOfMonth) |
Obtains a local date in International Fixed calendar system from the
proleptic-year, month-of-year and day-of-month fields.
|
InternationalFixedDate |
InternationalFixedChronology.date(Era era,
int yearOfEra,
int month,
int dayOfMonth) |
Obtains a local date in International Fixed calendar system from the
era, year-of-era, month-of-year and day-of-month fields.
|
InternationalFixedDate |
InternationalFixedChronology.date(TemporalAccessor temporal) |
Obtains a International Fixed local date from another date-time object.
|
InternationalFixedDate |
InternationalFixedChronology.dateEpochDay(long epochDay) |
Obtains a local date in the International Fixed calendar system from the epoch-day.
|
InternationalFixedDate |
InternationalFixedChronology.dateNow() |
Obtains the current International Fixed local date from the system clock in the default time-zone.
|
InternationalFixedDate |
InternationalFixedChronology.dateNow(Clock clock) |
Obtains the current International Fixed local date from the specified clock.
|
InternationalFixedDate |
InternationalFixedChronology.dateNow(ZoneId zone) |
Obtains the current International Fixed local date from the system clock in the specified time-zone.
|
InternationalFixedDate |
InternationalFixedChronology.dateYearDay(int prolepticYear,
int dayOfYear) |
Obtains a local date in International Fixed calendar system from the
proleptic-year and day-of-year fields.
|
InternationalFixedDate |
InternationalFixedChronology.dateYearDay(Era era,
int yearOfEra,
int dayOfYear) |
Obtains a local date in International Fixed calendar system from the
era, year-of-era and day-of-year fields.
|
static InternationalFixedDate |
InternationalFixedDate.from(TemporalAccessor temporal) |
Obtains a
InternationalFixedDate from a temporal object. |
InternationalFixedDate |
InternationalFixedDate.minus(long amountToSubtract,
TemporalUnit unit) |
|
InternationalFixedDate |
InternationalFixedDate.minus(TemporalAmount amount) |
|
static InternationalFixedDate |
InternationalFixedDate.now() |
Obtains the current
InternationalFixedDate from the system clock in the default time-zone. |
static InternationalFixedDate |
InternationalFixedDate.now(Clock clock) |
Obtains the current
InternationalFixedDate from the specified clock. |
static InternationalFixedDate |
InternationalFixedDate.now(ZoneId zone) |
Obtains the current
InternationalFixedDate from the system clock in the specified time-zone. |
static InternationalFixedDate |
InternationalFixedDate.of(int prolepticYear,
int month,
int dayOfMonth) |
Obtains a
InternationalFixedDate representing a date in the International fixed calendar
system from the proleptic-year, month-of-year and day-of-month fields. |
InternationalFixedDate |
InternationalFixedDate.plus(long amountToAdd,
TemporalUnit unit) |
|
InternationalFixedDate |
InternationalFixedDate.plus(TemporalAmount amount) |
|
InternationalFixedDate |
InternationalFixedDate.with(TemporalAdjuster adjuster) |
|
InternationalFixedDate |
InternationalFixedDate.with(TemporalField field,
long newValue) |
| Modifier and Type | Method | Description |
|---|---|---|
ChronoLocalDateTime<InternationalFixedDate> |
InternationalFixedDate.atTime(LocalTime localTime) |
|
ChronoLocalDateTime<InternationalFixedDate> |
InternationalFixedChronology.localDateTime(TemporalAccessor temporal) |
Obtains a International Fixed local date-time from another date-time object.
|
ChronoZonedDateTime<InternationalFixedDate> |
InternationalFixedChronology.zonedDateTime(Instant instant,
ZoneId zone) |
Obtains a International Fixed zoned date-time in this chronology from an
Instant. |
ChronoZonedDateTime<InternationalFixedDate> |
InternationalFixedChronology.zonedDateTime(TemporalAccessor temporal) |
Obtains a International Fixed zoned date-time from another date-time object.
|
Copyright © 2010–2019 ThreeTen.org. All rights reserved.