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