Uses of Class
org.threeten.extra.chrono.HybridDate
Packages that use HybridDate
-
Uses of HybridDate in org.threeten.extra.chrono
Methods in org.threeten.extra.chrono that return HybridDateModifier and TypeMethodDescriptionHybridChronology.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.HybridChronology.date(TemporalAccessor temporal) Obtains a British Cutover local date from another date-time object.HybridChronology.dateEpochDay(long epochDay) Obtains a local date in the British Cutover calendar system from the epoch-day.HybridChronology.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.HybridChronology.dateYearDay(int prolepticYear, int dayOfYear) Obtains a local date in British Cutover calendar system from the proleptic-year and day-of-year fields.HybridChronology.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 HybridDateHybridDate.from(TemporalAccessor temporal) Obtains aHybridDatefrom a temporal object.HybridDate.minus(long amountToSubtract, TemporalUnit unit) HybridDate.minus(TemporalAmount amount) static HybridDateHybridDate.now()Obtains the currentHybridDatefrom the system clock in the default time-zone.static HybridDateObtains the currentHybridDatefrom the specified clock.static HybridDateObtains the currentHybridDatefrom the system clock in the specified time-zone.static HybridDateHybridDate.of(int prolepticYear, int month, int dayOfMonth) Obtains aHybridDaterepresenting a date in the British Cutover calendar system from the proleptic-year, month-of-year and day-of-month fields.HybridDate.plus(long amountToAdd, TemporalUnit unit) HybridDate.plus(TemporalAmount amount) HybridChronology.resolveDate(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle) HybridDate.with(TemporalAdjuster adjuster) HybridDate.with(TemporalField field, long newValue) Methods in org.threeten.extra.chrono that return types with arguments of type HybridDateModifier and TypeMethodDescriptionHybridChronology.localDateTime(TemporalAccessor temporal) Obtains a British Cutover local date-time from another date-time object.HybridChronology.zonedDateTime(Instant instant, ZoneId zone) Obtains a British Cutover zoned date-time in this chronology from anInstant.HybridChronology.zonedDateTime(TemporalAccessor temporal) Obtains a British Cutover zoned date-time from another date-time object.