Uses of Class
org.threeten.bp.chrono.HijrahEra
-
Packages that use HijrahEra Package Description org.threeten.bp.chrono Support for calendar systems other than the default ISO. -
-
Uses of HijrahEra in org.threeten.bp.chrono
Fields in org.threeten.bp.chrono declared as HijrahEra Modifier and Type Field Description private HijrahEraHijrahDate. eraThe era.Methods in org.threeten.bp.chrono that return HijrahEra Modifier and Type Method Description HijrahEraHijrahChronology. eraOf(int eraValue)HijrahEraHijrahDate. getEra()static HijrahEraHijrahEra. of(int hijrahEra)Obtains an instance ofHijrahErafrom a value.(package private) static HijrahEraHijrahEra. readExternal(java.io.DataInput in)static HijrahEraHijrahEra. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HijrahEra[]HijrahEra. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.threeten.bp.chrono with parameters of type HijrahEra Modifier and Type Method Description (package private) static HijrahDateHijrahDate. of(HijrahEra era, int yearOfEra, int monthOfYear, int dayOfMonth)Obtains an instance ofHijrahDatefrom the era, year-of-era month-of-year and day-of-month.
-