Uses of Class
org.threeten.extra.chrono.JulianDate
Packages that use JulianDate
Package
Description
Additional chronologies (calendar systems) that extend
java.time.*.-
Uses of JulianDate in org.threeten.extra.chrono
Methods in org.threeten.extra.chrono that return JulianDateModifier and TypeMethodDescriptionJulianChronology.date(int prolepticYear, int month, int dayOfMonth) Obtains a local date in Julian calendar system from the proleptic-year, month-of-year and day-of-month fields.Obtains a local date in Julian calendar system from the era, year-of-era, month-of-year and day-of-month fields.JulianChronology.date(TemporalAccessor temporal) Obtains a Julian local date from another date-time object.JulianChronology.dateEpochDay(long epochDay) Obtains a local date in the Julian calendar system from the epoch-day.JulianChronology.dateNow()Obtains the current Julian local date from the system clock in the default time-zone.Obtains the current Julian local date from the specified clock.Obtains the current Julian local date from the system clock in the specified time-zone.JulianChronology.dateYearDay(int prolepticYear, int dayOfYear) Obtains a local date in Julian calendar system from the proleptic-year and day-of-year fields.JulianChronology.dateYearDay(Era era, int yearOfEra, int dayOfYear) Obtains a local date in Julian calendar system from the era, year-of-era and day-of-year fields.static JulianDateJulianDate.from(TemporalAccessor temporal) Obtains aJulianDatefrom a temporal object.JulianDate.minus(long amountToSubtract, TemporalUnit unit) JulianDate.minus(TemporalAmount amount) static JulianDateJulianDate.now()Obtains the currentJulianDatefrom the system clock in the default time-zone.static JulianDateObtains the currentJulianDatefrom the specified clock.static JulianDateObtains the currentJulianDatefrom the system clock in the specified time-zone.static JulianDateJulianDate.of(int prolepticYear, int month, int dayOfMonth) Obtains aJulianDaterepresenting a date in the Julian calendar system from the proleptic-year, month-of-year and day-of-month fields.JulianDate.plus(long amountToAdd, TemporalUnit unit) JulianDate.plus(TemporalAmount amount) @Nullable JulianDateJulianChronology.resolveDate(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle) JulianDate.with(TemporalAdjuster adjuster) JulianDate.with(TemporalField field, long newValue) Methods in org.threeten.extra.chrono that return types with arguments of type JulianDateModifier and TypeMethodDescriptionJulianChronology.localDateTime(TemporalAccessor temporal) Obtains a Julian local date-time from another date-time object.JulianChronology.zonedDateTime(Instant instant, ZoneId zone) Obtains a Julian zoned date-time in this chronology from anInstant.JulianChronology.zonedDateTime(TemporalAccessor temporal) Obtains a Julian zoned date-time from another date-time object.