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