Uses of Class
org.threeten.extra.chrono.BritishCutoverDate
Packages that use BritishCutoverDate
Package
Description
Additional chronologies (calendar systems) that extend
java.time.*.-
Uses of BritishCutoverDate in org.threeten.extra.chrono
Methods in org.threeten.extra.chrono that return BritishCutoverDateModifier and TypeMethodDescriptionBritishCutoverChronology.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.Obtains a local date in British Cutover calendar system from the era, year-of-era, month-of-year and day-of-month fields.BritishCutoverChronology.date(TemporalAccessor temporal) Obtains a British Cutover local date from another date-time object.BritishCutoverChronology.dateEpochDay(long epochDay) Obtains a local date in the British Cutover calendar system from the epoch-day.BritishCutoverChronology.dateNow()Obtains the current British Cutover local date from the system clock in the default time-zone.Obtains the current British Cutover local date from the specified clock.Obtains the current British Cutover local date from the system clock in the specified time-zone.BritishCutoverChronology.dateYearDay(int prolepticYear, int dayOfYear) Obtains a local date in British Cutover calendar system from the proleptic-year and day-of-year fields.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.static BritishCutoverDateBritishCutoverDate.from(TemporalAccessor temporal) Obtains aBritishCutoverDatefrom a temporal object.BritishCutoverDate.minus(long amountToSubtract, TemporalUnit unit) BritishCutoverDate.minus(TemporalAmount amount) static BritishCutoverDateBritishCutoverDate.now()Obtains the currentBritishCutoverDatefrom the system clock in the default time-zone.static BritishCutoverDateObtains the currentBritishCutoverDatefrom the specified clock.static BritishCutoverDateObtains the currentBritishCutoverDatefrom the system clock in the specified time-zone.static BritishCutoverDateBritishCutoverDate.of(int prolepticYear, int month, int dayOfMonth) Obtains aBritishCutoverDaterepresenting a date in the British Cutover calendar system from the proleptic-year, month-of-year and day-of-month fields.BritishCutoverDate.plus(long amountToAdd, TemporalUnit unit) BritishCutoverDate.plus(TemporalAmount amount) BritishCutoverChronology.resolveDate(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle) BritishCutoverDate.with(TemporalAdjuster adjuster) BritishCutoverDate.with(TemporalField field, long newValue) Methods in org.threeten.extra.chrono that return types with arguments of type BritishCutoverDateModifier and TypeMethodDescriptionBritishCutoverChronology.localDateTime(TemporalAccessor temporal) Obtains a British Cutover local date-time from another date-time object.BritishCutoverChronology.zonedDateTime(Instant instant, ZoneId zone) Obtains a British Cutover zoned date-time in this chronology from anInstant.BritishCutoverChronology.zonedDateTime(TemporalAccessor temporal) Obtains a British Cutover zoned date-time from another date-time object.