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