Uses of Class
org.threeten.extra.chrono.JulianEra
-
Packages that use JulianEra Package Description org.threeten.extra.chrono Additional chronologies (calendar systems) that extendjava.time.*. -
-
Uses of JulianEra in org.threeten.extra.chrono
Methods in org.threeten.extra.chrono that return JulianEra Modifier and Type Method Description JulianEraBritishCutoverChronology. eraOf(int eraValue)JulianEraJulianChronology. eraOf(int eraValue)JulianEraBritishCutoverDate. getEra()Gets the era applicable at this date.JulianEraJulianDate. getEra()Gets the era applicable at this date.static JulianEraJulianEra. of(int era)Obtains an instance ofJulianErafrom anintvalue.static JulianEraJulianEra. valueOf(String name)Returns 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.
-