Uses of Enum
org.threeten.extra.chrono.PaxEra
Packages that use PaxEra
Package
Description
Additional chronologies (calendar systems) that extend
java.time.*.-
Uses of PaxEra in org.threeten.extra.chrono
Methods in org.threeten.extra.chrono that return PaxEraModifier and TypeMethodDescriptionPaxChronology.eraOf(int eraValue) PaxDate.getEra()Gets the era applicable at this date.static PaxEraPaxEra.of(int era) Obtains an instance ofPaxErafrom anintvalue.static PaxEraReturns the enum constant of this type with the specified name.static PaxEra[]PaxEra.values()Returns an array containing the constants of this enum type, in the order they are declared.