Uses of Class
org.threeten.extra.chrono.InternationalFixedDate
Packages that use InternationalFixedDate
Package
Description
Additional chronologies (calendar systems) that extend
java.time.*.-
Uses of InternationalFixedDate in org.threeten.extra.chrono
Methods in org.threeten.extra.chrono that return InternationalFixedDateModifier and TypeMethodDescriptionInternationalFixedChronology.date(int prolepticYear, int month, int dayOfMonth) Obtains a local date in International Fixed calendar system from the proleptic-year, month-of-year and day-of-month fields.Obtains a local date in International Fixed calendar system from the era, year-of-era, month-of-year and day-of-month fields.InternationalFixedChronology.date(TemporalAccessor temporal) Obtains a International Fixed local date from another date-time object.InternationalFixedChronology.dateEpochDay(long epochDay) Obtains a local date in the International Fixed calendar system from the epoch-day.InternationalFixedChronology.dateNow()Obtains the current International Fixed local date from the system clock in the default time-zone.Obtains the current International Fixed local date from the specified clock.Obtains the current International Fixed local date from the system clock in the specified time-zone.InternationalFixedChronology.dateYearDay(int prolepticYear, int dayOfYear) Obtains a local date in International Fixed calendar system from the proleptic-year and day-of-year fields.InternationalFixedChronology.dateYearDay(Era era, int yearOfEra, int dayOfYear) Obtains a local date in International Fixed calendar system from the era, year-of-era and day-of-year fields.static InternationalFixedDateInternationalFixedDate.from(TemporalAccessor temporal) Obtains aInternationalFixedDatefrom a temporal object.InternationalFixedDate.minus(long amountToSubtract, TemporalUnit unit) InternationalFixedDate.minus(TemporalAmount amount) static InternationalFixedDateInternationalFixedDate.now()Obtains the currentInternationalFixedDatefrom the system clock in the default time-zone.static InternationalFixedDateObtains the currentInternationalFixedDatefrom the specified clock.static InternationalFixedDateObtains the currentInternationalFixedDatefrom the system clock in the specified time-zone.static InternationalFixedDateInternationalFixedDate.of(int prolepticYear, int month, int dayOfMonth) Obtains aInternationalFixedDaterepresenting a date in the International fixed calendar system from the proleptic-year, month-of-year and day-of-month fields.InternationalFixedDate.plus(long amountToAdd, TemporalUnit unit) InternationalFixedDate.plus(TemporalAmount amount) InternationalFixedDate.with(TemporalAdjuster adjuster) InternationalFixedDate.with(TemporalField field, long newValue) Methods in org.threeten.extra.chrono that return types with arguments of type InternationalFixedDateModifier and TypeMethodDescriptionInternationalFixedChronology.localDateTime(TemporalAccessor temporal) Obtains a International Fixed local date-time from another date-time object.InternationalFixedChronology.zonedDateTime(Instant instant, ZoneId zone) Obtains a International Fixed zoned date-time in this chronology from anInstant.InternationalFixedChronology.zonedDateTime(TemporalAccessor temporal) Obtains a International Fixed zoned date-time from another date-time object.