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