Uses of Class
org.threeten.extra.chrono.CopticEra
-
Packages that use CopticEra Package Description org.threeten.extra.chrono Additional chronologies (calendar systems) that extendjava.time.*. -
-
Uses of CopticEra in org.threeten.extra.chrono
Methods in org.threeten.extra.chrono that return CopticEra Modifier and Type Method Description CopticEraCopticChronology. eraOf(int eraValue)CopticEraCopticDate. getEra()Gets the era applicable at this date.static CopticEraCopticEra. of(int era)Obtains an instance ofCopticErafrom anintvalue.static CopticEraCopticEra. valueOf(String name)Returns the enum constant of this type with the specified name.static CopticEra[]CopticEra. values()Returns an array containing the constants of this enum type, in the order they are declared.
-