Uses of Class
javax.time.i18n.HistoricEra
-
Packages that use HistoricEra Package Description javax.time.i18n Provides classes representing dates and times in alternate calendar systems. -
-
Uses of HistoricEra in javax.time.i18n
Methods in javax.time.i18n that return HistoricEra Modifier and Type Method Description protected HistoricEra
HistoricChronology.EraRule. derive(Calendrical calendrical)
HistoricEra
HistoricDate. getEra()
Gets the historic era.static HistoricEra
HistoricEra. of(int era)
Obtains an instance ofHistoricEra
from anint
value.static HistoricEra
HistoricEra. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HistoricEra[]
HistoricEra. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in javax.time.i18n that return types with arguments of type HistoricEra Modifier and Type Method Description DateTimeFieldRule<HistoricEra>
HistoricChronology. eraRule()
Gets the rule for the year field in the Historic chronology.
-