| Package | Description | 
|---|---|
| org.joda.time | 
 
Provides support for dates, times, time zones, durations, intervals, and
partials. 
 | 
| org.joda.time.field | 
 
Implementation package providing abstract and standard field classes. 
 | 
| Class and Description | 
|---|
| AbstractPartialFieldProperty
 AbstractPartialFieldProperty is a base class for binding a
 ReadablePartial to a DateTimeField. 
 | 
| AbstractReadableInstantFieldProperty
 AbstractReadableInstantFieldProperty is a base class for binding a
 ReadableInstant to a DateTimeField. 
 | 
| Class and Description | 
|---|
| BaseDateTimeField
 BaseDateTimeField provides the common behaviour for DateTimeField
 implementations. 
 | 
| BaseDurationField
 BaseDurationField provides the common behaviour for DurationField
 implementations. 
 | 
DecoratedDateTimeField
DecoratedDateTimeField extends BaseDateTimeField,
 implementing only the minimum required set of methods. | 
DecoratedDurationField
DecoratedDurationField extends BaseDurationField,
 implementing only the minimum required set of methods. | 
DelegatedDateTimeField
DelegatedDateTimeField delegates each method call to the
 date time field it wraps. | 
| DividedDateTimeField
 Divides a DateTimeField such that the retrieved values are reduced by a
 fixed divisor. 
 | 
| PreciseDurationDateTimeField
 Precise datetime field, which has a precise unit duration field. 
 | 
| RemainderDateTimeField
 Counterpart remainder datetime field to  
DividedDateTimeField. | 
| UnsupportedDateTimeField
 A placeholder implementation to use when a datetime field is not supported. 
 | 
| UnsupportedDurationField
 A placeholder implementation to use when a duration field is not supported. 
 | 
Copyright © 2002–2025 Joda.org. All rights reserved.