Uses of Class
org.joda.time.chrono.GJChronology
-
Packages that use GJChronology Package Description org.joda.time.chrono Package containing the chronology classes which define the calendar systems. -
-
Uses of GJChronology in org.joda.time.chrono
Fields in org.joda.time.chrono with type parameters of type GJChronology Modifier and Type Field Description private static java.util.concurrent.ConcurrentHashMap<GJCacheKey,GJChronology>
GJChronology. cCache
Cache of zone to chronology listMethods in org.joda.time.chrono that return GJChronology Modifier and Type Method Description static GJChronology
GJChronology. getInstance()
Factory method returns instances of the default GJ cutover chronology.static GJChronology
GJChronology. getInstance(DateTimeZone zone)
Factory method returns instances of the GJ cutover chronology.static GJChronology
GJChronology. getInstance(DateTimeZone zone, long gregorianCutover, int minDaysInFirstWeek)
Factory method returns instances of the GJ cutover chronology.static GJChronology
GJChronology. getInstance(DateTimeZone zone, ReadableInstant gregorianCutover)
Factory method returns instances of the GJ cutover chronology.static GJChronology
GJChronology. getInstance(DateTimeZone zone, ReadableInstant gregorianCutover, int minDaysInFirstWeek)
Factory method returns instances of the GJ cutover chronology.static GJChronology
GJChronology. getInstanceUTC()
Factory method returns instances of the default GJ cutover chronology.
-