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.
Package containing the chronology classes which define the calendar systems.
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.chronoClassDescriptionBaseDateTimeField provides the common behaviour for DateTimeField implementations.BaseDurationField provides the common behaviour for DurationField implementations.
DecoratedDateTimeFieldextendsBaseDateTimeField, implementing only the minimum required set of methods.DecoratedDurationFieldextendsBaseDurationField, implementing only the minimum required set of methods.Abstract datetime field class that defines its own DurationField, which delegates back into this ImpreciseDateTimeField.Precise datetime field, composed of two precise duration fields.Precise datetime field, which has a precise unit duration field. -
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.
DecoratedDateTimeFieldextendsBaseDateTimeField, implementing only the minimum required set of methods.DecoratedDurationFieldextendsBaseDurationField, implementing only the minimum required set of methods.DelegatedDateTimeFielddelegates 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.