Joda Time API

Package org.joda.time.gj

Gregorian/Julian Chronology.

See:
          Description

Class Summary
GJChronology GJChronology provides access to the individual date time fields for the GregorianJulian defined chronological calendar system.
GJDateOnly GJDateOnly is the basic implementation of a date only class using the GJChronology.
GJDateTime GJTimeOnly is the basic implementation of a datetime class using the GJChronology.
GJTimeOnly GJTimeOnly is the basic implementation of a time only class using the GJChronology.
 

Package org.joda.time.gj Description

Gregorian/Julian Chronology.

The Gregorian/Julian calendar system (shortened to GJ) is the most commonly used system on the planet. The Julian system defined a leap year once every 4 years, whereas the Gregorian calendar has additional special rules for every 100 and 400 years. This package provides the classes necessary to support the GJ calendar system, including different cutover dates, the presence or absence of a year zero, an all Gregorian calendar or an all Julian calendar.


Joda Time API

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