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 GregorianChronologyGJChronology. iGregorianChronologyprivate static GregorianChronologyGregorianChronology. INSTANCE_UTCSingleton instance of a UTC GregorianChronologyMethods in org.joda.time.chrono that return GregorianChronology Modifier and Type Method Description static GregorianChronologyGregorianChronology. getInstance()Gets an instance of the GregorianChronology in the default time zone.static GregorianChronologyGregorianChronology. getInstance(DateTimeZone zone)Gets an instance of the GregorianChronology in the given time zone.static GregorianChronologyGregorianChronology. getInstance(DateTimeZone zone, int minDaysInFirstWeek)Gets an instance of the GregorianChronology in the given time zone.static GregorianChronologyGregorianChronology. 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.
-