Joda Time API

Package org.joda.time.iso

ISO Chronology

See:
          Description

Class Summary
ISOChronology ISOChronology provides access to the individual date time fields for the ISO8601 defined chronological calendar system.
ISODateOnly ISODateOnly is the basic implementation of a date only class using the ISOChronology.
ISODateTime ISODateTime is the basic implementation of a datetime class using the ISOChronology.
ISOTimeOnly ISOTimeOnly is the basic implementation of a time only class using the ISOChronology.
 

Package org.joda.time.iso Description

ISO Chronology

The ISO calendar system is that defined by the ISO8601 standard. It is in fact a special case of the Gregorian calendar system. It is defined as Gregorian over all time (proleptic) and includes the year 0 (which never actually occurred). All XML date and time transfers are recommended to use the ISO8601 standard.


Joda Time API

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