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 HistoricEraHistoricChronology.EraRule. derive(Calendrical calendrical)HistoricEraHistoricDate. getEra()Gets the historic era.static HistoricEraHistoricEra. of(int era)Obtains an instance ofHistoricErafrom anintvalue.static HistoricEraHistoricEra. 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.
-