Uses of Class
org.joda.time.chrono.EthiopicChronology
-
Packages that use EthiopicChronology Package Description org.joda.time.chrono Package containing the chronology classes which define the calendar systems. -
-
Uses of EthiopicChronology in org.joda.time.chrono
Fields in org.joda.time.chrono declared as EthiopicChronology Modifier and Type Field Description private static EthiopicChronology
EthiopicChronology. INSTANCE_UTC
Singleton instance of a UTC EthiopicChronologyMethods in org.joda.time.chrono that return EthiopicChronology Modifier and Type Method Description static EthiopicChronology
EthiopicChronology. getInstance()
Gets an instance of the EthiopicChronology in the default time zone.static EthiopicChronology
EthiopicChronology. getInstance(DateTimeZone zone)
Gets an instance of the EthiopicChronology in the given time zone.static EthiopicChronology
EthiopicChronology. getInstance(DateTimeZone zone, int minDaysInFirstWeek)
Gets an instance of the EthiopicChronology in the given time zone.static EthiopicChronology
EthiopicChronology. getInstanceUTC()
Gets an instance of the EthiopicChronology.
-