Joda Time API

Package org.joda.time.chrono

Basic chronology support for DateTime objects.

See:
          Description

Class Summary
DelegateChronology DelegateChronology delegates each method call to the chronology it wraps.
DelegateDateTimeField DelegateDateTimeField delegates each method call to the date time field it wraps.
DividedDateTimeField Generic division datetime field.
FractionalDateTimeField Generic fractional datetime field.
LimitDateTimeField Generic limiting datetime field.
NonZeroDateTimeField Wraps another field such that zero values are replaced with one more than it's maximum.
OffsetDateTimeField Generic offset adjusting datetime field.
RemainderDateTimeField Generic remainder datetime field.
ZonedChronology Wraps another Chronology for supporting time zones.
 

Package org.joda.time.chrono Description

Basic chronology support for DateTime objects.

This package contains implementation utility classes not part of the main API.


Joda Time API

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