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
Fields in org.joda.time declared as DateTimeField Modifier and Type Field Description private DateTimeFieldDateMidnight.Property. iFieldThe field this property is working againstprivate DateTimeFieldDateTime.Property. iFieldThe field this property is working againstprivate DateTimeFieldLocalDate.Property. iFieldThe field this property is working againstprivate DateTimeFieldLocalDateTime.Property. iFieldThe field this property is working againstprivate DateTimeFieldLocalTime.Property. iFieldThe field this property is working againstprivate DateTimeFieldMutableDateTime.Property. iFieldThe field this property is working againstprivate DateTimeFieldMutableDateTime. iRoundingFieldThe field to round onMethods 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.DateTimeFieldDateTimeFieldType.StandardDateTimeFieldType. getField(Chronology 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.Constructors in org.joda.time with parameters of type DateTimeField Constructor Description Property(DateMidnight instant, DateTimeField field)Constructor.Property(DateTime instant, DateTimeField field)Constructor.Property(LocalDate instant, DateTimeField field)Constructor.Property(LocalDateTime instant, DateTimeField field)Constructor.Property(LocalTime instant, DateTimeField field)Constructor.Property(MutableDateTime instant, DateTimeField field)Constructor. -
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
Subclasses of DateTimeField in org.joda.time.chrono Modifier and Type Class Description private static classBasicChronology.HalfdayField(package private) classBasicDayOfMonthDateTimeFieldProvides time calculations for the day of the month component of time.(package private) classBasicDayOfYearDateTimeFieldProvides time calculations for the day of the year component of time.(package private) classBasicMonthOfYearDateTimeFieldProvides time calculations for the month of the year component of time.(package private) classBasicSingleEraDateTimeFieldProvides time calculations for the coptic era component of time.(package private) classBasicWeekOfWeekyearDateTimeFieldProvides time calculations for the week of a week based year component of time.(package private) classBasicWeekyearDateTimeFieldProvides time calculations for the week of the weekyear component of time.(package private) classBasicYearDateTimeFieldA year field suitable for many calendars.private classGJChronology.CutoverFieldThis basic cutover field adjusts calls to 'get' and 'set' methods, and assumes that calls to add and addWrapField are unaffected by the cutover.private classGJChronology.ImpreciseCutoverFieldCutover field for variable length fields.(package private) classGJDayOfWeekDateTimeFieldGJDayOfWeekDateTimeField provides time calculations for the day of the week component of time.(package private) classGJEraDateTimeFieldProvides time calculations for the era component of time.(package private) classGJMonthOfYearDateTimeFieldProvides time calculations for the month of the year component of time.(package private) classGJYearOfEraDateTimeFieldProvides time calculations for the year of era component of time.(package private) classISOYearOfEraDateTimeFieldThis field is not publicly exposed by ISOChronology, but rather it is used to build the yearOfCentury and centuryOfEra fields.private classLimitChronology.LimitDateTimeField(package private) static classZonedChronology.ZonedDateTimeFieldA DateTimeField that decorates another to add timezone behaviour.Fields in org.joda.time.chrono declared as DateTimeField Modifier and Type Field Description private static DateTimeFieldBasicChronology. cClockhourOfDayFieldprivate static DateTimeFieldBasicChronology. cClockhourOfHalfdayFieldDateTimeFieldAssembledChronology.Fields. centuryOfEraprivate static DateTimeFieldBasicChronology. cHalfdayOfDayFieldprivate static DateTimeFieldBasicChronology. cHourOfDayFieldprivate static DateTimeFieldBasicChronology. cHourOfHalfdayFieldDateTimeFieldAssembledChronology.Fields. clockhourOfDayDateTimeFieldAssembledChronology.Fields. clockhourOfHalfdayprivate static DateTimeFieldBasicChronology. cMillisOfDayFieldprivate static DateTimeFieldBasicChronology. cMillisOfSecondFieldprivate static DateTimeFieldBasicChronology. cMinuteOfDayFieldprivate static DateTimeFieldBasicChronology. cMinuteOfHourFieldprivate static DateTimeFieldBasicChronology. cSecondOfDayFieldprivate static DateTimeFieldBasicChronology. cSecondOfMinuteFieldDateTimeFieldAssembledChronology.Fields. dayOfMonthDateTimeFieldAssembledChronology.Fields. dayOfWeekDateTimeFieldAssembledChronology.Fields. dayOfYearDateTimeFieldAssembledChronology.Fields. eraprivate static DateTimeFieldBuddhistChronology. ERA_FIELDA singleton era field.private static DateTimeFieldCopticChronology. ERA_FIELDA singleton era field.private static DateTimeFieldEthiopicChronology. ERA_FIELDA singleton era field.private static DateTimeFieldIslamicChronology. ERA_FIELDA singleton era field.DateTimeFieldAssembledChronology.Fields. halfdayOfDayDateTimeFieldAssembledChronology.Fields. hourOfDayDateTimeFieldAssembledChronology.Fields. hourOfHalfdayprivate DateTimeFieldAssembledChronology. iCenturyOfEraprivate DateTimeFieldAssembledChronology. iClockhourOfDayprivate DateTimeFieldAssembledChronology. iClockhourOfHalfdayprivate DateTimeFieldAssembledChronology. iDayOfMonthprivate DateTimeFieldAssembledChronology. iDayOfWeekprivate DateTimeFieldAssembledChronology. iDayOfYearprivate DateTimeFieldAssembledChronology. iEra(package private) DateTimeFieldZonedChronology.ZonedDateTimeField. iField(package private) DateTimeFieldGJChronology.CutoverField. iGregorianFieldprivate DateTimeFieldAssembledChronology. iHalfdayOfDayprivate DateTimeFieldAssembledChronology. iHourOfDayprivate DateTimeFieldAssembledChronology. iHourOfHalfday(package private) DateTimeFieldGJChronology.CutoverField. iJulianFieldprivate DateTimeFieldAssembledChronology. iMillisOfDayprivate DateTimeFieldAssembledChronology. iMillisOfSecondprivate DateTimeFieldAssembledChronology. iMinuteOfDayprivate DateTimeFieldAssembledChronology. iMinuteOfHourprivate DateTimeFieldAssembledChronology. iMonthOfYear(package private) static DateTimeFieldISOYearOfEraDateTimeField. INSTANCESingleton instanceprivate DateTimeFieldAssembledChronology. iSecondOfDayprivate DateTimeFieldAssembledChronology. iSecondOfMinuteprivate DateTimeFieldAssembledChronology. iWeekOfWeekyearprivate DateTimeFieldAssembledChronology. iWeekyearprivate DateTimeFieldAssembledChronology. iWeekyearOfCenturyprivate DateTimeFieldAssembledChronology. iYearprivate DateTimeFieldAssembledChronology. iYearOfCenturyprivate DateTimeFieldAssembledChronology. iYearOfEraDateTimeFieldAssembledChronology.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.private DateTimeFieldLenientChronology. convertField(DateTimeField field)private DateTimeFieldLimitChronology. convertField(DateTimeField field, java.util.HashMap<java.lang.Object,java.lang.Object> converted)private static DateTimeFieldStrictChronology. convertField(DateTimeField field)private DateTimeFieldZonedChronology. convertField(DateTimeField field, java.util.HashMap<java.lang.Object,java.lang.Object> converted)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.Methods in org.joda.time.chrono with parameters of type DateTimeField Modifier and Type Method Description private DateTimeFieldLenientChronology. convertField(DateTimeField field)private DateTimeFieldLimitChronology. convertField(DateTimeField field, java.util.HashMap<java.lang.Object,java.lang.Object> converted)private static DateTimeFieldStrictChronology. convertField(DateTimeField field)private DateTimeFieldZonedChronology. convertField(DateTimeField field, java.util.HashMap<java.lang.Object,java.lang.Object> converted)private static booleanAssembledChronology.Fields. isSupported(DateTimeField field)Constructors in org.joda.time.chrono with parameters of type DateTimeField Constructor Description CutoverField(DateTimeField julianField, DateTimeField gregorianField, long cutoverMillis)CutoverField(DateTimeField julianField, DateTimeField gregorianField, long cutoverMillis, boolean convertByWeekyear)CutoverField(DateTimeField julianField, DateTimeField gregorianField, DurationField rangeField, long cutoverMillis, boolean convertByWeekyear)GJYearOfEraDateTimeField(DateTimeField yearField, BasicChronology chronology)Restricted constructor.ImpreciseCutoverField(DateTimeField julianField, DateTimeField gregorianField, long cutoverMillis)Creates a duration field that links back to this.ImpreciseCutoverField(DateTimeField julianField, DateTimeField gregorianField, DurationField durationField, long cutoverMillis)Uses a shared duration field rather than creating a new one.ImpreciseCutoverField(DateTimeField julianField, DateTimeField gregorianField, DurationField durationField, long cutoverMillis, boolean convertByWeekyear)Uses a shared duration field rather than creating a new one.ImpreciseCutoverField(DateTimeField julianField, DateTimeField gregorianField, DurationField durationField, DurationField rangeDurationField, long cutoverMillis)Uses shared duration fields rather than creating a new one.LimitDateTimeField(DateTimeField field, DurationField durationField, DurationField rangeDurationField, DurationField leapDurationField)ZonedDateTimeField(DateTimeField field, DateTimeZone zone, DurationField durationField, DurationField rangeDurationField, DurationField leapDurationField) -
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.Fields in org.joda.time.field declared as DateTimeField Modifier and Type Field Description private DateTimeFieldDecoratedDateTimeField. iFieldThe DateTimeField being wrappedprivate DateTimeFieldDelegatedDateTimeField. iFieldThe DateTimeField being wrapped.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
Fields in org.joda.time.format declared as DateTimeField Modifier and Type Field Description (package private) DateTimeFieldDateTimeParserBucket.SavedField. iFieldMethods in org.joda.time.format with parameters of type DateTimeField Modifier and Type Method Description private long[]DateTimeFormatterBuilder.Fraction. getFractionData(long fraction, DateTimeField field)(package private) voidDateTimeParserBucket.SavedField. init(DateTimeField field, int value)(package private) voidDateTimeParserBucket.SavedField. init(DateTimeField field, java.lang.String text, java.util.Locale locale)voidDateTimeParserBucket. saveField(DateTimeField field, int value)Saves a datetime field value.
-