Joda Time API

Uses of Class
org.joda.time.chrono.gj.GJChronology

Packages that use GJChronology
org.joda.time.chrono.gj Gregorian/Julian Chronology. 
 

Uses of GJChronology in org.joda.time.chrono.gj
 

Methods in org.joda.time.chrono.gj that return GJChronology
static GJChronology GJChronology.getInstanceUTC()
          Factory method returns instances of the default GJ chronology.
static GJChronology GJChronology.getInstance()
          Factory method returns instances of the default GJ chronology.
static GJChronology GJChronology.getInstance(DateTimeZone zone)
          Factory method returns instances of the default GJ chronology.
static GJChronology GJChronology.getInstance(DateTimeZone zone, ReadableInstant gregorianCutover, boolean centuryISO)
          Factory method allowing the Gregorian cutover point and year zero handling to be set.
static GJChronology GJChronology.getInstance(DateTimeZone zone, long gregorianCutover, boolean centuryISO)
          Factory method allowing the Gregorian cutover point and year zero handling to be set.
static GJChronology GJChronology.getInstance(DateTimeZone zone, ReadableInstant gregorianCutover, boolean centuryISO, int minDaysInFirstWeek)
          Factory method allowing the Gregorian cutover point and year zero handling to be set.
static GJChronology GJChronology.getInstance(DateTimeZone zone, long gregorianCutover, boolean centuryISO, int minDaysInFirstWeek)
          Factory method allowing the Gregorian cutover point and year zero handling to be set.
 


Joda Time API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.