Uses of Class
org.joda.time.DateTimeField
-
Packages that use DateTimeField Package Description org.joda.time Provides support for dates, times, time zones, durations, intervals, and partials.org.joda.time.base Implementation package providing abstract and base time classes.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.org.joda.time.format Provides printing and parsing support for instants and durations. -
-
Uses of DateTimeField in org.joda.time
Methods in org.joda.time that return DateTimeField Modifier and Type Method Description abstract 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.DateTimeFieldDateMidnight.Property. getField()Gets the field being used.DateTimeFieldDateTime.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.DateTimeFieldLocalDate.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.DateTimeFieldLocalDateTime.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.DateTimeFieldLocalTime.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.DateTimeFieldMonthDay.Property. getField()Gets the field that this property uses.DateTimeFieldMutableDateTime.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.DateTimeFieldPartial.Property. getField()Gets the field that this property uses.DateTimeFieldReadablePartial. 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.DateTimeFieldTimeOfDay.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.DateTimeFieldYearMonth.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.DateTimeFieldYearMonthDay.Property. getField()Deprecated.Gets the field that this property uses.DateTimeFieldMutableDateTime. 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 DateTimeField Modifier and Type Method Description voidMutableDateTime. 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 DateTimeField Modifier and Type Method Description DateTimeFieldAbstractPartial. 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.DateTimeField[]AbstractPartial. getFields()Gets an array of the fields that this partial supports.Methods in org.joda.time.base with parameters of type DateTimeField Modifier and Type Method Description intAbstractInstant. 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 DateTimeField Modifier and Type Field Description DateTimeFieldAssembledChronology.Fields. centuryOfEraDateTimeFieldAssembledChronology.Fields. clockhourOfDayDateTimeFieldAssembledChronology.Fields. clockhourOfHalfdayDateTimeFieldAssembledChronology.Fields. dayOfMonthDateTimeFieldAssembledChronology.Fields. dayOfWeekDateTimeFieldAssembledChronology.Fields. dayOfYearDateTimeFieldAssembledChronology.Fields. eraDateTimeFieldAssembledChronology.Fields. halfdayOfDayDateTimeFieldAssembledChronology.Fields. hourOfDayDateTimeFieldAssembledChronology.Fields. hourOfHalfdayDateTimeFieldAssembledChronology.Fields. millisOfDayDateTimeFieldAssembledChronology.Fields. millisOfSecondDateTimeFieldAssembledChronology.Fields. minuteOfDayDateTimeFieldAssembledChronology.Fields. minuteOfHourDateTimeFieldAssembledChronology.Fields. monthOfYearDateTimeFieldAssembledChronology.Fields. secondOfDayDateTimeFieldAssembledChronology.Fields. secondOfMinuteDateTimeFieldAssembledChronology.Fields. weekOfWeekyearDateTimeFieldAssembledChronology.Fields. weekyearDateTimeFieldAssembledChronology.Fields. weekyearOfCenturyDateTimeFieldAssembledChronology.Fields. yearDateTimeFieldAssembledChronology.Fields. yearOfCenturyDateTimeFieldAssembledChronology.Fields. yearOfEraMethods in org.joda.time.chrono that return DateTimeField Modifier and Type Method Description DateTimeFieldAssembledChronology. centuryOfEra()DateTimeFieldBaseChronology. centuryOfEra()Get the century of era field for this chronology.DateTimeFieldAssembledChronology. clockhourOfDay()DateTimeFieldBaseChronology. clockhourOfDay()Get the hour of day (offset to 1-24) field for this chronology.DateTimeFieldAssembledChronology. clockhourOfHalfday()DateTimeFieldBaseChronology. clockhourOfHalfday()Get the hour of am/pm (offset to 1-12) field for this chronology.DateTimeFieldAssembledChronology. dayOfMonth()DateTimeFieldBaseChronology. dayOfMonth()Get the day of month field for this chronology.DateTimeFieldAssembledChronology. dayOfWeek()DateTimeFieldBaseChronology. dayOfWeek()Get the day of week field for this chronology.DateTimeFieldAssembledChronology. dayOfYear()DateTimeFieldBaseChronology. dayOfYear()Get the day of year field for this chronology.DateTimeFieldAssembledChronology. era()DateTimeFieldBaseChronology. era()Get the era field for this chronology.DateTimeFieldAssembledChronology. halfdayOfDay()DateTimeFieldBaseChronology. halfdayOfDay()Get the AM(0) PM(1) field for this chronology.DateTimeFieldAssembledChronology. hourOfDay()DateTimeFieldBaseChronology. hourOfDay()Get the hour of day (0-23) field for this chronology.DateTimeFieldAssembledChronology. hourOfHalfday()DateTimeFieldBaseChronology. hourOfHalfday()Get the hour of am/pm (0-11) field for this chronology.DateTimeFieldAssembledChronology. millisOfDay()DateTimeFieldBaseChronology. millisOfDay()Get the millis of day field for this chronology.DateTimeFieldAssembledChronology. millisOfSecond()DateTimeFieldBaseChronology. millisOfSecond()Get the millis of second field for this chronology.DateTimeFieldAssembledChronology. minuteOfDay()DateTimeFieldBaseChronology. minuteOfDay()Get the minute of day field for this chronology.DateTimeFieldAssembledChronology. minuteOfHour()DateTimeFieldBaseChronology. minuteOfHour()Get the minute of hour field for this chronology.DateTimeFieldAssembledChronology. monthOfYear()DateTimeFieldBaseChronology. monthOfYear()Get the month of year field for this chronology.DateTimeFieldAssembledChronology. secondOfDay()DateTimeFieldBaseChronology. secondOfDay()Get the second of day field for this chronology.DateTimeFieldAssembledChronology. secondOfMinute()DateTimeFieldBaseChronology. secondOfMinute()Get the second of minute field for this chronology.DateTimeFieldAssembledChronology. weekOfWeekyear()DateTimeFieldBaseChronology. weekOfWeekyear()Get the week of a week based year field for this chronology.DateTimeFieldAssembledChronology. weekyear()DateTimeFieldBaseChronology. weekyear()Get the year of a week based year field for this chronology.DateTimeFieldAssembledChronology. weekyearOfCentury()DateTimeFieldBaseChronology. weekyearOfCentury()Get the year of a week based year in a century field for this chronology.DateTimeFieldAssembledChronology. year()DateTimeFieldBaseChronology. year()Get the year field for this chronology.DateTimeFieldAssembledChronology. yearOfCentury()DateTimeFieldBaseChronology. yearOfCentury()Get the year of century field for this chronology.DateTimeFieldAssembledChronology. yearOfEra()DateTimeFieldBaseChronology. 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.field Modifier and Type Class Description classBaseDateTimeFieldBaseDateTimeField provides the common behaviour for DateTimeField implementations.classDecoratedDateTimeFieldDecoratedDateTimeFieldextendsBaseDateTimeField, implementing only the minimum required set of methods.classDelegatedDateTimeFieldDelegatedDateTimeFielddelegates each method call to the date time field it wraps.classDividedDateTimeFieldDivides a DateTimeField such that the retrieved values are reduced by a fixed divisor.classImpreciseDateTimeFieldAbstract datetime field class that defines its own DurationField, which delegates back into this ImpreciseDateTimeField.classLenientDateTimeFieldConverts a strict DateTimeField into a lenient one.classOffsetDateTimeFieldGeneric offset adjusting datetime field.classPreciseDateTimeFieldPrecise datetime field, composed of two precise duration fields.classPreciseDurationDateTimeFieldPrecise datetime field, which has a precise unit duration field.classRemainderDateTimeFieldCounterpart remainder datetime field toDividedDateTimeField.classSkipDateTimeFieldWraps another field such that a certain value is skipped.classSkipUndoDateTimeFieldWraps another field such that a certain value is added back into the sequence of numbers.classStrictDateTimeFieldConverts a lenient DateTimeField into a strict one.classUnsupportedDateTimeFieldA placeholder implementation to use when a datetime field is not supported.classZeroIsMaxDateTimeFieldWraps another field such that zero values are replaced with one more than it's maximum.Methods in org.joda.time.field that return DateTimeField Modifier and Type Method Description abstract 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.DateTimeFieldDecoratedDateTimeField. getWrappedField()Gets the wrapped date time field.DateTimeFieldDelegatedDateTimeField. getWrappedField()Gets the wrapped date time field.Methods in org.joda.time.field with parameters of type DateTimeField Modifier and Type Method Description 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.static voidFieldUtils. verifyValueBounds(DateTimeField field, int value, int lowerBound, int upperBound)Verify that input values are within specified bounds. -
Uses of DateTimeField in org.joda.time.format
Methods in org.joda.time.format with parameters of type DateTimeField Modifier and Type Method Description voidDateTimeParserBucket. saveField(DateTimeField field, int value)Saves a datetime field value.
-