Uses of Class
org.joda.time.DurationField
-
Packages that use DurationField Package Description org.joda.time Provides support for dates, times, time zones, durations, intervals, and partials.org.joda.time.chrono Package containing the chronology classes which define the calendar systems.org.joda.time.field Implementation package providing abstract and standard field classes. -
-
Uses of DurationField in org.joda.time
Methods in org.joda.time that return DurationField Modifier and Type Method Description abstract DurationFieldChronology. centuries()Get the centuries duration field for this chronology.abstract DurationFieldChronology. days()Get the days duration field for this chronology.abstract DurationFieldChronology. eras()Get the eras duration field for this chronology.abstract DurationFieldDateTimeField. getDurationField()Returns the duration per unit value of this field.abstract DurationFieldDurationFieldType. getField(Chronology chronology)Gets a suitable field for this type from the given Chronology.abstract DurationFieldDateTimeField. getLeapDurationField()If this field were to leap, then it would be in units described by the returned duration.abstract DurationFieldDateTimeField. getRangeDurationField()Returns the range duration of this field.abstract DurationFieldChronology. halfdays()Get the halfdays duration field for this chronology.abstract DurationFieldChronology. hours()Get the hours duration field for this chronology.abstract DurationFieldChronology. millis()Get the millis duration field for this chronology.abstract DurationFieldChronology. minutes()Get the minutes duration field for this chronology.abstract DurationFieldChronology. months()Get the months duration field for this chronology.abstract DurationFieldChronology. seconds()Get the seconds duration field for this chronology.abstract DurationFieldChronology. weeks()Get the weeks duration field for this chronology.abstract DurationFieldChronology. weekyears()Get the weekyears duration field for this chronology.abstract DurationFieldChronology. years()Get the years duration field for this chronology. -
Uses of DurationField in org.joda.time.chrono
Fields in org.joda.time.chrono declared as DurationField Modifier and Type Field Description DurationFieldAssembledChronology.Fields. centuriesDurationFieldAssembledChronology.Fields. daysDurationFieldAssembledChronology.Fields. erasDurationFieldAssembledChronology.Fields. halfdaysDurationFieldAssembledChronology.Fields. hoursDurationFieldAssembledChronology.Fields. millisDurationFieldAssembledChronology.Fields. minutesDurationFieldAssembledChronology.Fields. monthsDurationFieldAssembledChronology.Fields. secondsDurationFieldAssembledChronology.Fields. weeksDurationFieldAssembledChronology.Fields. weekyearsDurationFieldAssembledChronology.Fields. yearsMethods in org.joda.time.chrono that return DurationField Modifier and Type Method Description DurationFieldAssembledChronology. centuries()DurationFieldBaseChronology. centuries()Get the centuries duration field for this chronology.DurationFieldAssembledChronology. days()DurationFieldBaseChronology. days()Get the days duration field for this chronology.DurationFieldAssembledChronology. eras()DurationFieldBaseChronology. eras()Get the eras duration field for this chronology.DurationFieldAssembledChronology. halfdays()DurationFieldBaseChronology. halfdays()Get the halfdays duration field for this chronology.DurationFieldAssembledChronology. hours()DurationFieldBaseChronology. hours()Get the hours duration field for this chronology.DurationFieldAssembledChronology. millis()DurationFieldBaseChronology. millis()Get the millis duration field for this chronology.DurationFieldAssembledChronology. minutes()DurationFieldBaseChronology. minutes()Get the minutes duration field for this chronology.DurationFieldAssembledChronology. months()DurationFieldBaseChronology. months()Get the months duration field for this chronology.DurationFieldAssembledChronology. seconds()DurationFieldBaseChronology. seconds()Get the seconds duration field for this chronology.DurationFieldAssembledChronology. weeks()DurationFieldBaseChronology. weeks()Get the weeks duration field for this chronology.DurationFieldAssembledChronology. weekyears()DurationFieldBaseChronology. weekyears()Get the weekyears duration field for this chronology.DurationFieldAssembledChronology. years()DurationFieldBaseChronology. years()Get the years duration field for this chronology. -
Uses of DurationField in org.joda.time.field
Subclasses of DurationField in org.joda.time.field Modifier and Type Class Description classBaseDurationFieldBaseDurationField provides the common behaviour for DurationField implementations.classDecoratedDurationFieldDecoratedDurationFieldextendsBaseDurationField, implementing only the minimum required set of methods.classDelegatedDurationFieldDelegatedDurationFielddelegates each method call to the duration field it wraps.classMillisDurationFieldDuration field class representing a field with a fixed unit length of one millisecond.classPreciseDurationFieldDuration field class representing a field with a fixed unit length.classScaledDurationFieldScales a DurationField such that it's unit millis becomes larger in magnitude.classUnsupportedDurationFieldA placeholder implementation to use when a duration field is not supported.Fields in org.joda.time.field declared as DurationField Modifier and Type Field Description static DurationFieldMillisDurationField. INSTANCESingleton instance.Methods in org.joda.time.field that return DurationField Modifier and Type Method Description DurationFieldAbstractPartialFieldProperty. getDurationField()Returns the duration per unit value of this field.DurationFieldAbstractReadableInstantFieldProperty. getDurationField()Returns the duration per unit value of this field.abstract DurationFieldBaseDateTimeField. getDurationField()Returns the duration per unit value of this field.DurationFieldDecoratedDateTimeField. getDurationField()DurationFieldDelegatedDateTimeField. getDurationField()DurationFieldDividedDateTimeField. getDurationField()Returns a scaled version of the wrapped field's unit duration field.DurationFieldImpreciseDateTimeField. getDurationField()DurationFieldPreciseDurationDateTimeField. getDurationField()Returns the duration per unit value of this field.DurationFieldRemainderDateTimeField. getDurationField()DurationFieldUnsupportedDateTimeField. getDurationField()Even though this DateTimeField is unsupported, the duration field might be supported.DurationFieldAbstractReadableInstantFieldProperty. getLeapDurationField()If this field were to leap, then it would be in units described by the returned duration.DurationFieldBaseDateTimeField. getLeapDurationField()If this field were to leap, then it would be in units described by the returned duration.DurationFieldDelegatedDateTimeField. getLeapDurationField()DurationFieldOffsetDateTimeField. getLeapDurationField()DurationFieldUnsupportedDateTimeField. getLeapDurationField()Always returns null.DurationFieldZeroIsMaxDateTimeField. getLeapDurationField()DurationFieldAbstractPartialFieldProperty. getRangeDurationField()Returns the range duration of this field.DurationFieldAbstractReadableInstantFieldProperty. getRangeDurationField()Returns the range duration of this field.abstract DurationFieldBaseDateTimeField. getRangeDurationField()Returns the range duration of this field.DurationFieldDecoratedDateTimeField. getRangeDurationField()DurationFieldDelegatedDateTimeField. getRangeDurationField()DurationFieldDividedDateTimeField. getRangeDurationField()abstract DurationFieldImpreciseDateTimeField. getRangeDurationField()DurationFieldPreciseDateTimeField. getRangeDurationField()Returns the range duration of this field.DurationFieldRemainderDateTimeField. getRangeDurationField()Returns a scaled version of the wrapped field's unit duration field.DurationFieldUnsupportedDateTimeField. getRangeDurationField()Always returns null.DurationFieldDecoratedDurationField. getWrappedField()Gets the wrapped duration field.DurationFieldDelegatedDurationField. getWrappedField()Gets the wrapped duration field.Methods in org.joda.time.field with parameters of type DurationField Modifier and Type Method Description intBaseDurationField. compareTo(DurationField otherField)intDelegatedDurationField. compareTo(DurationField durationField)intMillisDurationField. compareTo(DurationField otherField)intUnsupportedDurationField. compareTo(DurationField durationField)Always returns zero, indicating that sort order is not relevant.static UnsupportedDateTimeFieldUnsupportedDateTimeField. getInstance(DateTimeFieldType type, DurationField durationField)Gets an instance of UnsupportedDateTimeField for a specific named field.
-