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 DurationField
Chronology. centuries()
Get the centuries duration field for this chronology.abstract DurationField
Chronology. days()
Get the days duration field for this chronology.abstract DurationField
Chronology. eras()
Get the eras duration field for this chronology.abstract DurationField
DateTimeField. getDurationField()
Returns the duration per unit value of this field.abstract DurationField
DurationFieldType. getField(Chronology chronology)
Gets a suitable field for this type from the given Chronology.abstract DurationField
DateTimeField. getLeapDurationField()
If this field were to leap, then it would be in units described by the returned duration.abstract DurationField
DateTimeField. getRangeDurationField()
Returns the range duration of this field.abstract DurationField
Chronology. halfdays()
Get the halfdays duration field for this chronology.abstract DurationField
Chronology. hours()
Get the hours duration field for this chronology.abstract DurationField
Chronology. millis()
Get the millis duration field for this chronology.abstract DurationField
Chronology. minutes()
Get the minutes duration field for this chronology.abstract DurationField
Chronology. months()
Get the months duration field for this chronology.abstract DurationField
Chronology. seconds()
Get the seconds duration field for this chronology.abstract DurationField
Chronology. weeks()
Get the weeks duration field for this chronology.abstract DurationField
Chronology. weekyears()
Get the weekyears duration field for this chronology.abstract DurationField
Chronology. 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 DurationField
AssembledChronology.Fields. centuries
DurationField
AssembledChronology.Fields. days
DurationField
AssembledChronology.Fields. eras
DurationField
AssembledChronology.Fields. halfdays
DurationField
AssembledChronology.Fields. hours
DurationField
AssembledChronology.Fields. millis
DurationField
AssembledChronology.Fields. minutes
DurationField
AssembledChronology.Fields. months
DurationField
AssembledChronology.Fields. seconds
DurationField
AssembledChronology.Fields. weeks
DurationField
AssembledChronology.Fields. weekyears
DurationField
AssembledChronology.Fields. years
Methods in org.joda.time.chrono that return DurationField Modifier and Type Method Description DurationField
AssembledChronology. centuries()
DurationField
BaseChronology. centuries()
Get the centuries duration field for this chronology.DurationField
AssembledChronology. days()
DurationField
BaseChronology. days()
Get the days duration field for this chronology.DurationField
AssembledChronology. eras()
DurationField
BaseChronology. eras()
Get the eras duration field for this chronology.DurationField
AssembledChronology. halfdays()
DurationField
BaseChronology. halfdays()
Get the halfdays duration field for this chronology.DurationField
AssembledChronology. hours()
DurationField
BaseChronology. hours()
Get the hours duration field for this chronology.DurationField
AssembledChronology. millis()
DurationField
BaseChronology. millis()
Get the millis duration field for this chronology.DurationField
AssembledChronology. minutes()
DurationField
BaseChronology. minutes()
Get the minutes duration field for this chronology.DurationField
AssembledChronology. months()
DurationField
BaseChronology. months()
Get the months duration field for this chronology.DurationField
AssembledChronology. seconds()
DurationField
BaseChronology. seconds()
Get the seconds duration field for this chronology.DurationField
AssembledChronology. weeks()
DurationField
BaseChronology. weeks()
Get the weeks duration field for this chronology.DurationField
AssembledChronology. weekyears()
DurationField
BaseChronology. weekyears()
Get the weekyears duration field for this chronology.DurationField
AssembledChronology. years()
DurationField
BaseChronology. 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 class
BaseDurationField
BaseDurationField provides the common behaviour for DurationField implementations.class
DecoratedDurationField
DecoratedDurationField
extendsBaseDurationField
, implementing only the minimum required set of methods.class
DelegatedDurationField
DelegatedDurationField
delegates each method call to the duration field it wraps.class
MillisDurationField
Duration field class representing a field with a fixed unit length of one millisecond.class
PreciseDurationField
Duration field class representing a field with a fixed unit length.class
ScaledDurationField
Scales a DurationField such that it's unit millis becomes larger in magnitude.class
UnsupportedDurationField
A 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 DurationField
MillisDurationField. INSTANCE
Singleton instance.Methods in org.joda.time.field that return DurationField Modifier and Type Method Description DurationField
AbstractPartialFieldProperty. getDurationField()
Returns the duration per unit value of this field.DurationField
AbstractReadableInstantFieldProperty. getDurationField()
Returns the duration per unit value of this field.abstract DurationField
BaseDateTimeField. getDurationField()
Returns the duration per unit value of this field.DurationField
DecoratedDateTimeField. getDurationField()
DurationField
DelegatedDateTimeField. getDurationField()
DurationField
DividedDateTimeField. getDurationField()
Returns a scaled version of the wrapped field's unit duration field.DurationField
ImpreciseDateTimeField. getDurationField()
DurationField
PreciseDurationDateTimeField. getDurationField()
Returns the duration per unit value of this field.DurationField
UnsupportedDateTimeField. getDurationField()
Even though this DateTimeField is unsupported, the duration field might be supported.DurationField
AbstractReadableInstantFieldProperty. getLeapDurationField()
If this field were to leap, then it would be in units described by the returned duration.DurationField
BaseDateTimeField. getLeapDurationField()
If this field were to leap, then it would be in units described by the returned duration.DurationField
DelegatedDateTimeField. getLeapDurationField()
DurationField
OffsetDateTimeField. getLeapDurationField()
DurationField
UnsupportedDateTimeField. getLeapDurationField()
Always returns null.DurationField
ZeroIsMaxDateTimeField. getLeapDurationField()
DurationField
AbstractPartialFieldProperty. getRangeDurationField()
Returns the range duration of this field.DurationField
AbstractReadableInstantFieldProperty. getRangeDurationField()
Returns the range duration of this field.abstract DurationField
BaseDateTimeField. getRangeDurationField()
Returns the range duration of this field.DurationField
DecoratedDateTimeField. getRangeDurationField()
DurationField
DelegatedDateTimeField. getRangeDurationField()
abstract DurationField
ImpreciseDateTimeField. getRangeDurationField()
DurationField
PreciseDateTimeField. getRangeDurationField()
Returns the range duration of this field.DurationField
RemainderDateTimeField. getRangeDurationField()
Returns a scaled version of the wrapped field's unit duration field.DurationField
UnsupportedDateTimeField. getRangeDurationField()
Always returns null.DurationField
DecoratedDurationField. getWrappedField()
Gets the wrapped duration field.DurationField
DelegatedDurationField. getWrappedField()
Gets the wrapped duration field.Methods in org.joda.time.field with parameters of type DurationField Modifier and Type Method Description static UnsupportedDateTimeField
UnsupportedDateTimeField. getInstance(DateTimeFieldType type, DurationField durationField)
Gets an instance of UnsupportedDateTimeField for a specific named field.Constructors in org.joda.time.field with parameters of type DurationField Constructor Description DecoratedDurationField(DurationField field, DurationFieldType type)
Constructor.DelegatedDurationField(DurationField field)
Constructor.DelegatedDurationField(DurationField field, DurationFieldType type)
Constructor.PreciseDateTimeField(DateTimeFieldType type, DurationField unit, DurationField range)
Constructor.PreciseDurationDateTimeField(DateTimeFieldType type, DurationField unit)
Constructor.ScaledDurationField(DurationField field, DurationFieldType type, int scalar)
Constructor
-