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