Uses of Class
org.joda.time.DateTimeField
Packages that use DateTimeField
Package
Description
Provides support for dates, times, time zones, durations, intervals, and
partials.
Implementation package providing abstract and base time classes.
Package containing the chronology classes which define the calendar systems.
Implementation package providing abstract and standard field classes.
Provides printing and parsing support for instants and durations.
-
Uses of DateTimeField in org.joda.time
Methods in org.joda.time that return DateTimeFieldModifier and TypeMethodDescriptionabstract DateTimeFieldChronology.centuryOfEra()Get the century of era field for this chronology.abstract DateTimeFieldChronology.clockhourOfDay()Get the hour of day (offset to 1-24) field for this chronology.abstract DateTimeFieldChronology.clockhourOfHalfday()Get the hour of am/pm (offset to 1-12) field for this chronology.abstract DateTimeFieldChronology.dayOfMonth()Get the day of month field for this chronology.abstract DateTimeFieldChronology.dayOfWeek()Get the day of week field for this chronology.abstract DateTimeFieldChronology.dayOfYear()Get the day of year field for this chronology.abstract DateTimeFieldChronology.era()Get the era field for this chronology.DateMidnight.Property.getField()Gets the field being used.DateTime.Property.getField()Gets the field being used.abstract DateTimeFieldDateTimeFieldType.getField(Chronology chronology) Gets a suitable field for this type from the given Chronology.protected DateTimeFieldLocalDate.getField(int index, Chronology chrono) Gets the field for a specific index in the chronology specified.LocalDate.Property.getField()Gets the field being used.protected DateTimeFieldLocalDateTime.getField(int index, Chronology chrono) Gets the field for a specific index in the chronology specified.LocalDateTime.Property.getField()Gets the field being used.protected DateTimeFieldLocalTime.getField(int index, Chronology chrono) Gets the field for a specific index in the chronology specified.LocalTime.Property.getField()Gets the field being used.protected DateTimeFieldMonthDay.getField(int index, Chronology chrono) Gets the field for a specific index in the chronology specified.MonthDay.Property.getField()Gets the field that this property uses.MutableDateTime.Property.getField()Gets the field being used.protected DateTimeFieldPartial.getField(int index, Chronology chrono) Gets the field for a specific index in the chronology specified.Partial.Property.getField()Gets the field that this property uses.ReadablePartial.getField(int index) Gets the field at the specified index.protected DateTimeFieldTimeOfDay.getField(int index, Chronology chrono) Deprecated.Gets the field for a specific index in the chronology specified.TimeOfDay.Property.getField()Deprecated.Gets the field that this property uses.protected DateTimeFieldYearMonth.getField(int index, Chronology chrono) Gets the field for a specific index in the chronology specified.YearMonth.Property.getField()Gets the field that this property uses.protected DateTimeFieldYearMonthDay.getField(int index, Chronology chrono) Deprecated.Gets the field for a specific index in the chronology specified.YearMonthDay.Property.getField()Deprecated.Gets the field that this property uses.MutableDateTime.getRoundingField()Gets the field used for rounding this instant, returning null if rounding is not enabled.abstract DateTimeFieldChronology.halfdayOfDay()Get the AM(0) PM(1) field for this chronology.abstract DateTimeFieldChronology.hourOfDay()Get the hour of day (0-23) field for this chronology.abstract DateTimeFieldChronology.hourOfHalfday()Get the hour of am/pm (0-11) field for this chronology.abstract DateTimeFieldChronology.millisOfDay()Get the millis of day field for this chronology.abstract DateTimeFieldChronology.millisOfSecond()Get the millis of second field for this chronology.abstract DateTimeFieldChronology.minuteOfDay()Get the minute of day field for this chronology.abstract DateTimeFieldChronology.minuteOfHour()Get the minute of hour field for this chronology.abstract DateTimeFieldChronology.monthOfYear()Get the month of year field for this chronology.abstract DateTimeFieldChronology.secondOfDay()Get the second of day field for this chronology.abstract DateTimeFieldChronology.secondOfMinute()Get the second of minute field for this chronology.abstract DateTimeFieldChronology.weekOfWeekyear()Get the week of a week based year field for this chronology.abstract DateTimeFieldChronology.weekyear()Get the year of a week based year field for this chronology.abstract DateTimeFieldChronology.weekyearOfCentury()Get the year of a week based year in a century field for this chronology.abstract DateTimeFieldChronology.year()Get the year field for this chronology.abstract DateTimeFieldChronology.yearOfCentury()Get the year of century field for this chronology.abstract DateTimeFieldChronology.yearOfEra()Get the year of era field for this chronology.Methods in org.joda.time with parameters of type DateTimeFieldModifier and TypeMethodDescriptionvoidMutableDateTime.setRounding(DateTimeField field) Sets the status of rounding to use the specified field and ROUND_FLOOR mode.voidMutableDateTime.setRounding(DateTimeField field, int mode) Sets the status of rounding to use the specified field and mode. -
Uses of DateTimeField in org.joda.time.base
Methods in org.joda.time.base that return DateTimeFieldModifier and TypeMethodDescriptionAbstractPartial.getField(int index) Gets the field at the specified index.protected abstract DateTimeFieldAbstractPartial.getField(int index, Chronology chrono) Gets the field for a specific index in the chronology specified.AbstractPartial.getFields()Gets an array of the fields that this partial supports.Methods in org.joda.time.base with parameters of type DateTimeFieldModifier and TypeMethodDescriptionintAbstractInstant.get(DateTimeField field) Get the value of one of the fields of a datetime. -
Uses of DateTimeField in org.joda.time.chrono
Fields in org.joda.time.chrono declared as DateTimeFieldModifier and TypeFieldDescriptionAssembledChronology.Fields.centuryOfEraAssembledChronology.Fields.clockhourOfDayAssembledChronology.Fields.clockhourOfHalfdayAssembledChronology.Fields.dayOfMonthAssembledChronology.Fields.dayOfWeekAssembledChronology.Fields.dayOfYearAssembledChronology.Fields.eraAssembledChronology.Fields.halfdayOfDayAssembledChronology.Fields.hourOfDayAssembledChronology.Fields.hourOfHalfdayAssembledChronology.Fields.millisOfDayAssembledChronology.Fields.millisOfSecondAssembledChronology.Fields.minuteOfDayAssembledChronology.Fields.minuteOfHourAssembledChronology.Fields.monthOfYearAssembledChronology.Fields.secondOfDayAssembledChronology.Fields.secondOfMinuteAssembledChronology.Fields.weekOfWeekyearAssembledChronology.Fields.weekyearAssembledChronology.Fields.weekyearOfCenturyAssembledChronology.Fields.yearAssembledChronology.Fields.yearOfCenturyAssembledChronology.Fields.yearOfEraMethods in org.joda.time.chrono that return DateTimeFieldModifier and TypeMethodDescriptionfinal DateTimeFieldAssembledChronology.centuryOfEra()BaseChronology.centuryOfEra()Get the century of era field for this chronology.final DateTimeFieldAssembledChronology.clockhourOfDay()BaseChronology.clockhourOfDay()Get the hour of day (offset to 1-24) field for this chronology.final DateTimeFieldAssembledChronology.clockhourOfHalfday()BaseChronology.clockhourOfHalfday()Get the hour of am/pm (offset to 1-12) field for this chronology.final DateTimeFieldAssembledChronology.dayOfMonth()BaseChronology.dayOfMonth()Get the day of month field for this chronology.final DateTimeFieldAssembledChronology.dayOfWeek()BaseChronology.dayOfWeek()Get the day of week field for this chronology.final DateTimeFieldAssembledChronology.dayOfYear()BaseChronology.dayOfYear()Get the day of year field for this chronology.final DateTimeFieldAssembledChronology.era()BaseChronology.era()Get the era field for this chronology.final DateTimeFieldAssembledChronology.halfdayOfDay()BaseChronology.halfdayOfDay()Get the AM(0) PM(1) field for this chronology.final DateTimeFieldAssembledChronology.hourOfDay()BaseChronology.hourOfDay()Get the hour of day (0-23) field for this chronology.final DateTimeFieldAssembledChronology.hourOfHalfday()BaseChronology.hourOfHalfday()Get the hour of am/pm (0-11) field for this chronology.final DateTimeFieldAssembledChronology.millisOfDay()BaseChronology.millisOfDay()Get the millis of day field for this chronology.final DateTimeFieldAssembledChronology.millisOfSecond()BaseChronology.millisOfSecond()Get the millis of second field for this chronology.final DateTimeFieldAssembledChronology.minuteOfDay()BaseChronology.minuteOfDay()Get the minute of day field for this chronology.final DateTimeFieldAssembledChronology.minuteOfHour()BaseChronology.minuteOfHour()Get the minute of hour field for this chronology.final DateTimeFieldAssembledChronology.monthOfYear()BaseChronology.monthOfYear()Get the month of year field for this chronology.final DateTimeFieldAssembledChronology.secondOfDay()BaseChronology.secondOfDay()Get the second of day field for this chronology.final DateTimeFieldAssembledChronology.secondOfMinute()BaseChronology.secondOfMinute()Get the second of minute field for this chronology.final DateTimeFieldAssembledChronology.weekOfWeekyear()BaseChronology.weekOfWeekyear()Get the week of a week based year field for this chronology.final DateTimeFieldAssembledChronology.weekyear()BaseChronology.weekyear()Get the year of a week based year field for this chronology.final DateTimeFieldAssembledChronology.weekyearOfCentury()BaseChronology.weekyearOfCentury()Get the year of a week based year in a century field for this chronology.final DateTimeFieldAssembledChronology.year()BaseChronology.year()Get the year field for this chronology.final DateTimeFieldAssembledChronology.yearOfCentury()BaseChronology.yearOfCentury()Get the year of century field for this chronology.final DateTimeFieldAssembledChronology.yearOfEra()BaseChronology.yearOfEra()Get the year of era field for this chronology. -
Uses of DateTimeField in org.joda.time.field
Subclasses of DateTimeField in org.joda.time.fieldModifier and TypeClassDescriptionclassBaseDateTimeField provides the common behaviour for DateTimeField implementations.classDecoratedDateTimeFieldextendsBaseDateTimeField, implementing only the minimum required set of methods.classDelegatedDateTimeFielddelegates each method call to the date time field it wraps.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.classConverts a strict DateTimeField into a lenient one.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 a certain value is skipped.final classWraps another field such that a certain value is added back into the sequence of numbers.classConverts a lenient DateTimeField into a strict one.final classA placeholder implementation to use when a datetime field is not supported.final classWraps another field such that zero values are replaced with one more than it's maximum.Methods in org.joda.time.field that return DateTimeFieldModifier and TypeMethodDescriptionabstract DateTimeFieldAbstractPartialFieldProperty.getField()Gets the field being used.abstract DateTimeFieldAbstractReadableInstantFieldProperty.getField()Gets the field being used.static DateTimeFieldLenientDateTimeField.getInstance(DateTimeField field, Chronology base) Returns a lenient version of the given field.static DateTimeFieldStrictDateTimeField.getInstance(DateTimeField field) Returns a strict version of the given field.final DateTimeFieldDecoratedDateTimeField.getWrappedField()Gets the wrapped date time field.final DateTimeFieldDelegatedDateTimeField.getWrappedField()Gets the wrapped date time field.Methods in org.joda.time.field with parameters of type DateTimeFieldModifier and TypeMethodDescriptionstatic DateTimeFieldLenientDateTimeField.getInstance(DateTimeField field, Chronology base) Returns a lenient version of the given field.static DateTimeFieldStrictDateTimeField.getInstance(DateTimeField field) Returns a strict version of the given field.static voidFieldUtils.verifyValueBounds(DateTimeField field, int value, int lowerBound, int upperBound) Verify that input values are within specified bounds.Constructors in org.joda.time.field with parameters of type DateTimeFieldModifierConstructorDescriptionprotectedDecoratedDateTimeField(DateTimeField field, DateTimeFieldType type) Constructor.Constructor.DelegatedDateTimeField(DateTimeField field, DateTimeFieldType type) Constructor.DelegatedDateTimeField(DateTimeField field, DurationField rangeField, DateTimeFieldType type) Constructor.DividedDateTimeField(DateTimeField field, DateTimeFieldType type, int divisor) Constructor.DividedDateTimeField(DateTimeField field, DurationField rangeField, DateTimeFieldType type, int divisor) Constructor.protectedLenientDateTimeField(DateTimeField field, Chronology base) OffsetDateTimeField(DateTimeField field, int offset) Constructor.OffsetDateTimeField(DateTimeField field, DateTimeFieldType type, int offset) Constructor.OffsetDateTimeField(DateTimeField field, DateTimeFieldType type, int offset, int minValue, int maxValue) Constructor.RemainderDateTimeField(DateTimeField field, DateTimeFieldType type, int divisor) Constructor.RemainderDateTimeField(DateTimeField field, DurationField rangeField, DateTimeFieldType type, int divisor) Constructor.SkipDateTimeField(Chronology chronology, DateTimeField field) Constructor that skips zero.SkipDateTimeField(Chronology chronology, DateTimeField field, int skip) Constructor.SkipUndoDateTimeField(Chronology chronology, DateTimeField field) Constructor that reinserts zero.SkipUndoDateTimeField(Chronology chronology, DateTimeField field, int skip) Constructor.protectedStrictDateTimeField(DateTimeField field) ZeroIsMaxDateTimeField(DateTimeField field, DateTimeFieldType type) Constructor. -
Uses of DateTimeField in org.joda.time.format
Methods in org.joda.time.format with parameters of type DateTimeFieldModifier and TypeMethodDescriptionvoidDateTimeParserBucket.saveField(DateTimeField field, int value) Saves a datetime field value.