Uses of Class
org.joda.time.field.BaseDateTimeField
Packages that use BaseDateTimeField
Package
Description
Package containing the chronology classes which define the calendar systems.
Implementation package providing abstract and standard field classes.
-
Uses of BaseDateTimeField in org.joda.time.chrono
Subclasses of BaseDateTimeField in org.joda.time.chronoModifier and TypeClassDescriptionprivate static class(package private) final classProvides time calculations for the day of the month component of time.(package private) final classProvides time calculations for the day of the year component of time.(package private) classProvides time calculations for the month of the year component of time.(package private) final classProvides time calculations for the coptic era component of time.(package private) final classProvides time calculations for the week of a week based year component of time.(package private) final classProvides time calculations for the week of the weekyear component of time.(package private) classA year field suitable for many calendars.private classThis basic cutover field adjusts calls to 'get' and 'set' methods, and assumes that calls to add and addWrapField are unaffected by the cutover.private final classCutover field for variable length fields.(package private) final classGJDayOfWeekDateTimeField provides time calculations for the day of the week component of time.(package private) final classProvides time calculations for the era component of time.(package private) final classProvides time calculations for the month of the year component of time.(package private) final classProvides time calculations for the year of era component of time.(package private) classThis field is not publicly exposed by ISOChronology, but rather it is used to build the yearOfCentury and centuryOfEra fields.private class(package private) static final classA DateTimeField that decorates another to add timezone behaviour. -
Uses of BaseDateTimeField in org.joda.time.field
Subclasses of BaseDateTimeField in org.joda.time.fieldModifier and TypeClassDescriptionclassDecoratedDateTimeFieldextendsBaseDateTimeField, implementing only the minimum required set of methods.classDivides a DateTimeField such that the retrieved values are reduced by a fixed divisor.classAbstract datetime field class that defines its own DurationField, which delegates back into this ImpreciseDateTimeField.classGeneric offset adjusting datetime field.classPrecise datetime field, composed of two precise duration fields.classPrecise datetime field, which has a precise unit duration field.classCounterpart remainder datetime field toDividedDateTimeField.final classWraps another field such that zero values are replaced with one more than it's maximum.