Uses of Package
org.joda.time.field
Packages that use org.joda.time.field
Package
Description
Provides support for dates, times, time zones, durations, intervals, and
partials.
Implementation package providing abstract and standard field classes.
-
Classes in org.joda.time.field used by org.joda.timeClassDescriptionAbstractPartialFieldProperty is a base class for binding a ReadablePartial to a DateTimeField.AbstractReadableInstantFieldProperty is a base class for binding a ReadableInstant to a DateTimeField.
-
Classes in org.joda.time.field used by org.joda.time.fieldClassDescriptionBaseDateTimeField provides the common behaviour for DateTimeField implementations.BaseDurationField provides the common behaviour for DurationField implementations.
DecoratedDateTimeField
extendsBaseDateTimeField
, implementing only the minimum required set of methods.DecoratedDurationField
extendsBaseDurationField
, implementing only the minimum required set of methods.DelegatedDateTimeField
delegates each method call to the date time field it wraps.Divides a DateTimeField such that the retrieved values are reduced by a fixed divisor.Precise datetime field, which has a precise unit duration field.Counterpart remainder datetime field toDividedDateTimeField
.A placeholder implementation to use when a datetime field is not supported.A placeholder implementation to use when a duration field is not supported.