Uses of Class
org.joda.time.chrono.GregorianChronology
-
Packages that use GregorianChronology Package Description org.joda.time.chrono Package containing the chronology classes which define the calendar systems. -
-
Uses of GregorianChronology in org.joda.time.chrono
Fields in org.joda.time.chrono declared as GregorianChronology Modifier and Type Field Description private GregorianChronology
GJChronology. iGregorianChronology
private static GregorianChronology
GregorianChronology. INSTANCE_UTC
Singleton instance of a UTC GregorianChronologyMethods in org.joda.time.chrono that return GregorianChronology Modifier and Type Method Description static GregorianChronology
GregorianChronology. getInstance()
Gets an instance of the GregorianChronology in the default time zone.static GregorianChronology
GregorianChronology. getInstance(DateTimeZone zone)
Gets an instance of the GregorianChronology in the given time zone.static GregorianChronology
GregorianChronology. getInstance(DateTimeZone zone, int minDaysInFirstWeek)
Gets an instance of the GregorianChronology in the given time zone.static GregorianChronology
GregorianChronology. getInstanceUTC()
Gets an instance of the GregorianChronology.Constructors in org.joda.time.chrono with parameters of type GregorianChronology Constructor Description GJChronology(JulianChronology julian, GregorianChronology gregorian, Instant cutoverInstant)
GJChronology(Chronology base, JulianChronology julian, GregorianChronology gregorian, Instant cutoverInstant)
Called when applying a time zone.
-