Uses of Enum
org.threeten.extra.chrono.JulianEra
Packages that use JulianEra
Package
Description
Additional chronologies (calendar systems) that extend
java.time.*.-
Uses of JulianEra in org.threeten.extra.chrono
Methods in org.threeten.extra.chrono that return JulianEraModifier and TypeMethodDescriptionBritishCutoverChronology.eraOf(int eraValue) JulianChronology.eraOf(int eraValue) BritishCutoverDate.getEra()Gets the era applicable at this date.JulianDate.getEra()Gets the era applicable at this date.static JulianEraJulianEra.of(int era) Obtains an instance ofJulianErafrom anintvalue.static JulianEraReturns the enum constant of this type with the specified name.static JulianEra[]JulianEra.values()Returns an array containing the constants of this enum type, in the order they are declared.