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