A B C D E F G H I J L M N O P R S T U V W Y Z

A

AD - Static variable in class org.joda.time.DateTimeConstants
Constant (1) representing AD, years after zero (from Calendar).
AH - Static variable in class org.joda.time.chrono.IslamicChronology
Constant value for 'Anno Hegirae', equivalent to the value returned for AD/CE.
AM - Static variable in class org.joda.time.DateTimeConstants
Constant (0) representing AM, the morning (from Calendar)
AM - Static variable in class org.joda.time.chrono.CopticChronology
Constant value for 'Anno Martyrum' or 'Era of the Martyrs', equivalent to the value returned for AD/CE.
APRIL - Static variable in class org.joda.time.DateTimeConstants
Constant (4) representing April, the fourth month (ISO)
AUGUST - Static variable in class org.joda.time.DateTimeConstants
Constant (8) representing August, the eighth month (ISO)
AbstractConverter - class org.joda.time.convert.AbstractConverter.
AbstractConverter simplifies the process of implementing a converter.
AbstractDateTime - class org.joda.time.base.AbstractDateTime.
AbstractDateTime provides the common behaviour for datetime classes.
AbstractDuration - class org.joda.time.base.AbstractDuration.
AbstractDuration provides the common behaviour for duration classes.
AbstractInstant - class org.joda.time.base.AbstractInstant.
AbstractInstant provides the common behaviour for instant classes.
AbstractInterval - class org.joda.time.base.AbstractInterval.
AbstractInterval provides the common behaviour for time intervals.
AbstractPartial - class org.joda.time.base.AbstractPartial.
AbstractPartial provides a standard base implementation of most methods in the ReadablePartial interface.
AbstractPartialFieldProperty - class org.joda.time.field.AbstractPartialFieldProperty.
AbstractPartialFieldProperty is a base class for binding a ReadablePartial to a DateTimeField.
AbstractPeriod - class org.joda.time.base.AbstractPeriod.
AbstractPeriod provides the common behaviour for period classes.
AbstractReadableInstantFieldProperty - class org.joda.time.field.AbstractReadableInstantFieldProperty.
AbstractReadableInstantFieldProperty is a base class for binding a ReadableInstant to a DateTimeField.
AbstractReadableInstantFieldProperty() - Constructor for class org.joda.time.field.AbstractReadableInstantFieldProperty
Constructor.
AssembledChronology - class org.joda.time.chrono.AssembledChronology.
Abstract Chronology that enables chronologies to be assembled from a container of fields.
AssembledChronology.Fields - class org.joda.time.chrono.AssembledChronology.Fields.
A container of fields used for assembling a chronology.
abuts(ReadableInterval) - Method in class org.joda.time.Interval
Does this interval abut with the interval specified.
add(ReadablePeriod, long, int) - Method in class org.joda.time.Chronology
Adds the period to the instant, specifying the number of times to add.
add(long, long, int) - Method in class org.joda.time.Chronology
Adds the duration to the instant, specifying the number of times to add.
add(long, int) - Method in class org.joda.time.DateTimeField
Adds a value (which may be negative) to the millis value, overflowing into larger fields if necessary.
add(long, long) - Method in class org.joda.time.DateTimeField
Adds a value (which may be negative) to the millis value, overflowing into larger fields if necessary.
add(ReadablePartial, int, int[], int) - Method in class org.joda.time.DateTimeField
Adds a value (which may be negative) to the partial instant, throwing an exception if the maximum size of the instant is reached.
add(long, int) - Method in class org.joda.time.DurationField
Adds a duration value (which may be negative) to the instant.
add(long, long) - Method in class org.joda.time.DurationField
Adds a duration value (which may be negative) to the instant.
add(int) - Method in class org.joda.time.MutableDateTime.Property
Adds a value to the millis value.
add(long) - Method in class org.joda.time.MutableDateTime.Property
Adds a value to the millis value.
add(long) - Method in class org.joda.time.MutableDateTime
Add an amount of time to the datetime.
add(ReadableDuration) - Method in class org.joda.time.MutableDateTime
Adds a duration to this instant.
add(ReadableDuration, int) - Method in class org.joda.time.MutableDateTime
Adds a duration to this instant specifying how many times to add.
add(ReadablePeriod) - Method in class org.joda.time.MutableDateTime
Adds a period to this instant.
add(ReadablePeriod, int) - Method in class org.joda.time.MutableDateTime
Adds a period to this instant specifying how many times to add.
add(DurationFieldType, int) - Method in class org.joda.time.MutableDateTime
Adds to the instant specifying the duration and multiple to add.
add(DurationFieldType, int) - Method in class org.joda.time.MutablePeriod
Adds to the value of one of the fields.
add(ReadablePeriod) - Method in class org.joda.time.MutablePeriod
Adds a period to this one by adding each field in turn.
add(int, int, int, int, int, int, int, int) - Method in class org.joda.time.MutablePeriod
Adds to each field of this period.
add(ReadableInterval) - Method in class org.joda.time.MutablePeriod
Adds an interval to this one by dividing the interval into fields and calling MutablePeriod.add(ReadablePeriod).
add(ReadableDuration) - Method in class org.joda.time.MutablePeriod
Adds a duration to this one by dividing the duration into fields and calling MutablePeriod.add(ReadablePeriod).
add(long) - Method in class org.joda.time.MutablePeriod
Adds a millisecond duration to this one by dividing the duration into fields and calling MutablePeriod.add(ReadablePeriod).
add(long, Chronology) - Method in class org.joda.time.MutablePeriod
Adds a millisecond duration to this one by dividing the duration into fields and calling MutablePeriod.add(ReadablePeriod).
add(long) - Method in interface org.joda.time.ReadWritableInstant
Adds a millisecond duration to this instant.
add(ReadableDuration) - Method in interface org.joda.time.ReadWritableInstant
Adds a duration to this instant.
add(ReadableDuration, int) - Method in interface org.joda.time.ReadWritableInstant
Adds a duration to this instant specifying how many times to add.
add(ReadablePeriod) - Method in interface org.joda.time.ReadWritableInstant
Adds a period to this instant.
add(ReadablePeriod, int) - Method in interface org.joda.time.ReadWritableInstant
Adds a period to this instant specifying how many times to add.
add(DurationFieldType, int) - Method in interface org.joda.time.ReadWritableInstant
Adds to the instant specifying the duration and multiple to add.
add(DurationFieldType, int) - Method in interface org.joda.time.ReadWritablePeriod
Adds to the value of one of the fields.
add(ReadablePeriod) - Method in interface org.joda.time.ReadWritablePeriod
Adds a period to this one by adding each field in turn.
add(int, int, int, int, int, int, int, int) - Method in interface org.joda.time.ReadWritablePeriod
Adds to each field of this period.
add(ReadableInterval) - Method in interface org.joda.time.ReadWritablePeriod
Adds an interval to this one by dividing the interval into fields and then adding each field in turn.
add(ReadablePeriod, long, int) - Method in class org.joda.time.chrono.BaseChronology
Adds the period to the instant, specifying the number of times to add.
add(long, long, int) - Method in class org.joda.time.chrono.BaseChronology
Adds the duration to the instant, specifying the number of times to add.
add(long, int) - Method in class org.joda.time.field.BaseDateTimeField
Adds a value (which may be negative) to the instant value, overflowing into larger fields if necessary.
add(long, long) - Method in class org.joda.time.field.BaseDateTimeField
Adds a value (which may be negative) to the instant value, overflowing into larger fields if necessary.
add(ReadablePartial, int, int[], int) - Method in class org.joda.time.field.BaseDateTimeField
Adds a value (which may be negative) to the partial instant, throwing an exception if the maximum size of the instant is reached.
add(long, int) - Method in class org.joda.time.field.DecoratedDurationField
 
add(long, long) - Method in class org.joda.time.field.DecoratedDurationField
 
add(long, int) - Method in class org.joda.time.field.DelegatedDateTimeField
 
add(long, long) - Method in class org.joda.time.field.DelegatedDateTimeField
 
add(ReadablePartial, int, int[], int) - Method in class org.joda.time.field.DelegatedDateTimeField
 
add(long, int) - Method in class org.joda.time.field.DelegatedDurationField
 
add(long, long) - Method in class org.joda.time.field.DelegatedDurationField
 
add(long, int) - Method in class org.joda.time.field.DividedDateTimeField
Add the specified amount of scaled units to the specified time instant.
add(long, long) - Method in class org.joda.time.field.DividedDateTimeField
Add the specified amount of scaled units to the specified time instant.
add(long, int) - Method in class org.joda.time.field.ImpreciseDateTimeField
 
add(long, long) - Method in class org.joda.time.field.ImpreciseDateTimeField
 
add(long, int) - Method in class org.joda.time.field.MillisDurationField
 
add(long, long) - Method in class org.joda.time.field.MillisDurationField
 
add(long, int) - Method in class org.joda.time.field.OffsetDateTimeField
Add the specified amount of offset units to the specified time instant.
add(long, long) - Method in class org.joda.time.field.OffsetDateTimeField
Add the specified amount of offset units to the specified time instant.
add(long, int) - Method in class org.joda.time.field.PreciseDurationField
 
add(long, long) - Method in class org.joda.time.field.PreciseDurationField
 
add(long, int) - Method in class org.joda.time.field.ScaledDurationField
 
add(long, long) - Method in class org.joda.time.field.ScaledDurationField
 
add(long, int) - Method in class org.joda.time.field.UnsupportedDateTimeField
Delegates to the duration field.
add(long, long) - Method in class org.joda.time.field.UnsupportedDateTimeField
Delegates to the duration field.
add(ReadablePartial, int, int[], int) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
add(long, int) - Method in class org.joda.time.field.UnsupportedDurationField
Always throws UnsupportedOperationException
add(long, long) - Method in class org.joda.time.field.UnsupportedDurationField
Always throws UnsupportedOperationException
add(long, int) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
 
add(long, long) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
 
addCopy(int) - Method in class org.joda.time.LocalTime.Property
Adds to this field in a copy of this LocalTime.
addCopy(long) - Method in class org.joda.time.LocalTime.Property
Adds to this field in a copy of this LocalTime.
addCutover(int, char, int, int, int, boolean, int) - Method in class org.joda.time.tz.DateTimeZoneBuilder
Adds a cutover for added rules.
addDays(int) - Method in class org.joda.time.MutableDateTime
Add a number of days to the date.
addDays(int) - Method in class org.joda.time.MutablePeriod
Adds the specified days to the number of days in the period.
addDays(int) - Method in interface org.joda.time.ReadWritableDateTime
Add a number of days to the date.
addDays(int) - Method in interface org.joda.time.ReadWritablePeriod
Adds the specified days to the number of days in the period.
addDurationConverter(DurationConverter) - Method in class org.joda.time.convert.ConverterManager
Adds a converter to the set of converters.
addHours(int) - Method in class org.joda.time.MutableDateTime
Add a number of hours to the date.
addHours(int) - Method in class org.joda.time.MutablePeriod
Adds the specified hours to the number of hours in the period.
addHours(int) - Method in interface org.joda.time.ReadWritableDateTime
Add a number of hours to the date.
addHours(int) - Method in interface org.joda.time.ReadWritablePeriod
Adds the specified hours to the number of hours in the period.
addInstantConverter(InstantConverter) - Method in class org.joda.time.convert.ConverterManager
Adds a converter to the set of converters.
addIntervalConverter(IntervalConverter) - Method in class org.joda.time.convert.ConverterManager
Adds a converter to the set of converters.
addMillis(int) - Method in class org.joda.time.MutableDateTime
Add a number of milliseconds to the date.
addMillis(int) - Method in class org.joda.time.MutablePeriod
Adds the specified millis to the number of millis in the period.
addMillis(int) - Method in interface org.joda.time.ReadWritableDateTime
Add a number of milliseconds to the date.
addMillis(int) - Method in interface org.joda.time.ReadWritablePeriod
Adds the specified millis to the number of millis in the period.
addMinutes(int) - Method in class org.joda.time.MutableDateTime
Add a number of minutes to the date.
addMinutes(int) - Method in class org.joda.time.MutablePeriod
Adds the specified minutes to the number of minutes in the period.
addMinutes(int) - Method in interface org.joda.time.ReadWritableDateTime
Add a number of minutes to the date.
addMinutes(int) - Method in interface org.joda.time.ReadWritablePeriod
Adds the specified minutes to the number of minutes in the period.
addMonths(int) - Method in class org.joda.time.MutableDateTime
Add a number of months to the date.
addMonths(int) - Method in class org.joda.time.MutablePeriod
Adds the specified months to the number of months in the period.
addMonths(int) - Method in interface org.joda.time.ReadWritableDateTime
Add a number of months to the date.
addMonths(int) - Method in interface org.joda.time.ReadWritablePeriod
Adds the specified months to the number of months in the period.
addNoWrapToCopy(int) - Method in class org.joda.time.LocalTime.Property
Adds to this field in a copy of this LocalTime.
addNoWrapToCopy(int) - Method in class org.joda.time.TimeOfDay.Property
Deprecated. Adds to the value of this field in a copy of this TimeOfDay, throwing an Exception if the bounds are exceeded.
addPartialConverter(PartialConverter) - Method in class org.joda.time.convert.ConverterManager
Adds a converter to the set of converters.
addPeriodConverter(PeriodConverter) - Method in class org.joda.time.convert.ConverterManager
Adds a converter to the set of converters.
addRecurringSavings(String, int, int, int, char, int, int, int, boolean, int) - Method in class org.joda.time.tz.DateTimeZoneBuilder
Add a recurring daylight saving time rule.
addSeconds(int) - Method in class org.joda.time.MutableDateTime
Add a number of seconds to the date.
addSeconds(int) - Method in class org.joda.time.MutablePeriod
Adds the specified seconds to the number of seconds in the period.
addSeconds(int) - Method in interface org.joda.time.ReadWritableDateTime
Add a number of seconds to the date.
addSeconds(int) - Method in interface org.joda.time.ReadWritablePeriod
Adds the specified seconds to the number of seconds in the period.
addToCopy(int) - Method in class org.joda.time.DateMidnight.Property
Adds to this field in a copy of this DateMidnight.
addToCopy(long) - Method in class org.joda.time.DateMidnight.Property
Adds to this field in a copy of this DateMidnight.
addToCopy(int) - Method in class org.joda.time.DateTime.Property
Adds to this field in a copy of this DateTime.
addToCopy(long) - Method in class org.joda.time.DateTime.Property
Adds to this field in a copy of this DateTime.
addToCopy(int) - Method in class org.joda.time.LocalDate.Property
Adds to this field in a copy of this LocalDate.
addToCopy(int) - Method in class org.joda.time.LocalDateTime.Property
Adds to this field in a copy of this LocalDateTime.
addToCopy(long) - Method in class org.joda.time.LocalDateTime.Property
Adds to this field in a copy of this LocalDateTime.
addToCopy(int) - Method in class org.joda.time.Partial.Property
Adds to the value of this field in a copy of this Partial.
addToCopy(int) - Method in class org.joda.time.TimeOfDay.Property
Deprecated. Adds to the value of this field in a copy of this TimeOfDay, wrapping to what would be the next day if necessary.
addToCopy(int) - Method in class org.joda.time.YearMonthDay.Property
Deprecated. Adds to the value of this field in a copy of this YearMonthDay.
addWeeks(int) - Method in class org.joda.time.MutableDateTime
Add a number of weeks to the date.
addWeeks(int) - Method in class org.joda.time.MutablePeriod
Adds the specified weeks to the number of weeks in the period.
addWeeks(int) - Method in interface org.joda.time.ReadWritableDateTime
Add a number of weeks to the date.
addWeeks(int) - Method in interface org.joda.time.ReadWritablePeriod
Adds the specified weeks to the number of weeks in the period.
addWeekyears(int) - Method in class org.joda.time.MutableDateTime
Add a number of weekyears to the date.
addWeekyears(int) - Method in interface org.joda.time.ReadWritableDateTime
Add a number of weekyears to the date.
addWrapField(long, int) - Method in class org.joda.time.DateTimeField
Adds a value (which may be negative) to the millis value, wrapping within this field.
addWrapField(ReadablePartial, int, int[], int) - Method in class org.joda.time.DateTimeField
Adds a value (which may be negative) to the partial instant, wrapping within this field.
addWrapField(int) - Method in class org.joda.time.MutableDateTime.Property
Adds a value, possibly wrapped, to the millis value.
addWrapField(long, int) - Method in class org.joda.time.field.BaseDateTimeField
Adds a value (which may be negative) to the instant value, wrapping within this field.
addWrapField(ReadablePartial, int, int[], int) - Method in class org.joda.time.field.BaseDateTimeField
Adds a value (which may be negative) to the partial instant, wrapping within this field.
addWrapField(long, int) - Method in class org.joda.time.field.DelegatedDateTimeField
 
addWrapField(ReadablePartial, int, int[], int) - Method in class org.joda.time.field.DelegatedDateTimeField
 
addWrapField(long, int) - Method in class org.joda.time.field.DividedDateTimeField
Add to the scaled component of the specified time instant, wrapping around within that component if necessary.
addWrapField(long, int) - Method in class org.joda.time.field.OffsetDateTimeField
Add to the offset component of the specified time instant, wrapping around within that component if necessary.
addWrapField(long, int) - Method in class org.joda.time.field.PreciseDateTimeField
Add to the component of the specified time instant, wrapping around within that component if necessary.
addWrapField(long, int) - Method in class org.joda.time.field.RemainderDateTimeField
Add the specified amount to the specified time instant, wrapping around within the remainder range if necessary.
addWrapField(long, int) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
addWrapField(ReadablePartial, int, int[], int) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
addWrapField(long, int) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
 
addWrapField(ReadablePartial, int, int[], int) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
 
addWrapFieldToCopy(int) - Method in class org.joda.time.DateMidnight.Property
Adds to this field, possibly wrapped, in a copy of this DateMidnight.
addWrapFieldToCopy(int) - Method in class org.joda.time.DateTime.Property
Adds to this field, possibly wrapped, in a copy of this DateTime.
addWrapFieldToCopy(int) - Method in class org.joda.time.LocalDate.Property
Adds to this field, possibly wrapped, in a copy of this LocalDate.
addWrapFieldToCopy(int) - Method in class org.joda.time.LocalDateTime.Property
Adds to this field, possibly wrapped, in a copy of this LocalDateTime.
addWrapFieldToCopy(int) - Method in class org.joda.time.LocalTime.Property
Adds to this field, possibly wrapped, in a copy of this LocalTime.
addWrapFieldToCopy(int) - Method in class org.joda.time.Partial.Property
Adds to the value of this field in a copy of this Partial wrapping within this field if the maximum value is reached.
addWrapFieldToCopy(int) - Method in class org.joda.time.TimeOfDay.Property
Deprecated. Adds to the value of this field in a copy of this TimeOfDay wrapping within this field if the maximum value is reached.
addWrapFieldToCopy(int) - Method in class org.joda.time.YearMonthDay.Property
Deprecated. Adds to the value of this field in a copy of this YearMonthDay wrapping within this field if the maximum value is reached.
addWrapPartial(ReadablePartial, int, int[], int) - Method in class org.joda.time.DateTimeField
Adds a value (which may be negative) to the partial instant, wrapping the whole partial if the maximum size of the partial is reached.
addWrapPartial(ReadablePartial, int, int[], int) - Method in class org.joda.time.field.BaseDateTimeField
Adds a value (which may be negative) to the partial instant, wrapping the whole partial if the maximum size of the partial is reached.
addWrapPartial(ReadablePartial, int, int[], int) - Method in class org.joda.time.field.DelegatedDateTimeField
 
addWrapPartial(ReadablePartial, int, int[], int) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
addYears(int) - Method in class org.joda.time.MutableDateTime
Add a number of years to the date.
addYears(int) - Method in class org.joda.time.MutablePeriod
Adds the specified years to the number of years in the period.
addYears(int) - Method in interface org.joda.time.ReadWritableDateTime
Add a number of years to the date.
addYears(int) - Method in interface org.joda.time.ReadWritablePeriod
Adds the specified years to the number of years in the period.
alternate() - Static method in class org.joda.time.format.ISOPeriodFormat
The alternate ISO format, PyyyymmddThhmmss, which excludes weeks.
alternateExtended() - Static method in class org.joda.time.format.ISOPeriodFormat
The alternate ISO format, Pyyyy-mm-ddThh:mm:ss, which excludes weeks.
alternateExtendedWithWeeks() - Static method in class org.joda.time.format.ISOPeriodFormat
The alternate ISO format, Pyyyy-Www-ddThh:mm:ss, which excludes months.
alternateWithWeeks() - Static method in class org.joda.time.format.ISOPeriodFormat
The alternate ISO format, PyyyyWwwddThhmmss, which excludes months.
append(DateTimeFormatter) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Appends another formatter.
append(DateTimePrinter) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Appends just a printer.
append(DateTimeParser) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Appends just a parser.
append(DateTimePrinter, DateTimeParser) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Appends a printer/parser pair.
append(DateTimePrinter, DateTimeParser[]) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Appends a printer and a set of matching parsers.
append(PeriodFormatter) - Method in class org.joda.time.format.PeriodFormatterBuilder
Appends another formatter.
append(PeriodPrinter, PeriodParser) - Method in class org.joda.time.format.PeriodFormatterBuilder
Appends a printer parser pair.
appendCenturyOfEra(int, int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric century of era field.
appendClockhourOfDay(int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric clockhourOfDay field.
appendClockhourOfHalfday(int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric clockhourOfHalfday field.
appendDayOfMonth(int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric dayOfMonth field.
appendDayOfWeek(int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric dayOfWeek field.
appendDayOfWeekShortText() - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a short locale-specific dayOfWeek text.
appendDayOfWeekText() - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a locale-specific dayOfWeek text.
appendDayOfYear(int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric dayOfYear field.
appendDays() - Method in class org.joda.time.format.PeriodFormatterBuilder
Instruct the printer to emit an integer days field, if supported.
appendDecimal(DateTimeFieldType, int, int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a field value as a decimal number, and the parser to expect an unsigned decimal number.
appendEraText() - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a locale-specific era text (BC/AD), and the parser to expect it.
appendFixedDecimal(DateTimeFieldType, int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a field value as a fixed-width decimal number (smaller numbers will be left-padded with zeros), and the parser to expect an unsigned decimal number with the same fixed width.
appendFixedSignedDecimal(DateTimeFieldType, int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a field value as a fixed-width decimal number (smaller numbers will be left-padded with zeros), and the parser to expect an signed decimal number with the same fixed width.
appendFraction(DateTimeFieldType, int, int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a remainder of time as a decimal fraction, sans decimal point.
appendFractionOfDay(int, int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
 
appendFractionOfHour(int, int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
 
appendFractionOfMinute(int, int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
 
appendFractionOfSecond(int, int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
 
appendHalfdayOfDayText() - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a locale-specific AM/PM text, and the parser to expect it.
appendHourOfDay(int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric hourOfDay field.
appendHourOfHalfday(int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric hourOfHalfday field.
appendHours() - Method in class org.joda.time.format.PeriodFormatterBuilder
Instruct the printer to emit an integer hours field, if supported.
appendLiteral(char) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a specific character, and the parser to expect it.
appendLiteral(String) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit specific text, and the parser to expect it.
appendLiteral(String) - Method in class org.joda.time.format.PeriodFormatterBuilder
Instructs the printer to emit specific text, and the parser to expect it.
appendMillis() - Method in class org.joda.time.format.PeriodFormatterBuilder
Instruct the printer to emit an integer millis field, if supported.
appendMillis3Digit() - Method in class org.joda.time.format.PeriodFormatterBuilder
Instruct the printer to emit an integer millis field, if supported.
appendMillisOfDay(int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric millisOfDay field.
appendMillisOfSecond(int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric millisOfSecond field.
appendMinuteOfDay(int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric minuteOfDay field.
appendMinuteOfHour(int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric minuteOfHour field.
appendMinutes() - Method in class org.joda.time.format.PeriodFormatterBuilder
Instruct the printer to emit an integer minutes field, if supported.
appendMonthOfYear(int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric monthOfYear field.
appendMonthOfYearShortText() - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a locale-specific monthOfYear text.
appendMonthOfYearText() - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a short locale-specific monthOfYear text.
appendMonths() - Method in class org.joda.time.format.PeriodFormatterBuilder
Instruct the printer to emit an integer months field, if supported.
appendOptional(DateTimeParser) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Appends just a parser element which is optional.
appendPaddedInteger(StringBuffer, int, int) - Static method in class org.joda.time.format.FormatUtils
Converts an integer to a string, prepended with a variable amount of '0' pad characters, and appends it to the given buffer.
appendPaddedInteger(StringBuffer, long, int) - Static method in class org.joda.time.format.FormatUtils
Converts an integer to a string, prepended with a variable amount of '0' pad characters, and appends it to the given buffer.
appendPattern(String) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Calls upon DateTimeFormat to parse the pattern and append the results into this builder.
appendPrefix(String) - Method in class org.joda.time.format.PeriodFormatterBuilder
Append a field prefix which applies only to the next appended field.
appendPrefix(String, String) - Method in class org.joda.time.format.PeriodFormatterBuilder
Append a field prefix which applies only to the next appended field.
appendSecondOfDay(int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric secondOfDay field.
appendSecondOfMinute(int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric secondOfMinute field.
appendSeconds() - Method in class org.joda.time.format.PeriodFormatterBuilder
Instruct the printer to emit an integer seconds field, if supported.
appendSecondsWithMillis() - Method in class org.joda.time.format.PeriodFormatterBuilder
Instruct the printer to emit a combined seconds and millis field, if supported.
appendSecondsWithOptionalMillis() - Method in class org.joda.time.format.PeriodFormatterBuilder
Instruct the printer to emit a combined seconds and millis field, if supported.
appendSeparator(String) - Method in class org.joda.time.format.PeriodFormatterBuilder
Append a separator, which is output if fields are printed both before and after the separator.
appendSeparator(String, String) - Method in class org.joda.time.format.PeriodFormatterBuilder
Append a separator, which is output if fields are printed both before and after the separator.
appendSeparator(String, String, String[]) - Method in class org.joda.time.format.PeriodFormatterBuilder
Append a separator, which is output if fields are printed both before and after the separator.
appendSeparatorIfFieldsAfter(String) - Method in class org.joda.time.format.PeriodFormatterBuilder
Append a separator, which is output only if fields are printed after the separator.
appendSeparatorIfFieldsBefore(String) - Method in class org.joda.time.format.PeriodFormatterBuilder
Append a separator, which is output only if fields are printed before the separator.
appendShortText(DateTimeFieldType) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a field value as short text, and the parser to expect text.
appendSignedDecimal(DateTimeFieldType, int, int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a field value as a decimal number, and the parser to expect a signed decimal number.
appendSuffix(String) - Method in class org.joda.time.format.PeriodFormatterBuilder
Append a field suffix which applies only to the last appended field.
appendSuffix(String, String) - Method in class org.joda.time.format.PeriodFormatterBuilder
Append a field suffix which applies only to the last appended field.
appendText(DateTimeFieldType) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a field value as text, and the parser to expect text.
appendTimeZoneId() - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit the identifier of the time zone.
appendTimeZoneName() - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a locale-specific time zone name.
appendTimeZoneOffset(String, boolean, int, int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit text and numbers to display time zone offset from UTC.
appendTimeZoneShortName() - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a short locale-specific time zone name.
appendTwoDigitWeekyear(int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric weekyear field which always prints and parses two digits.
appendTwoDigitWeekyear(int, boolean) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric weekyear field which always prints two digits.
appendTwoDigitYear(int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric year field which always prints and parses two digits.
appendTwoDigitYear(int, boolean) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric year field which always prints two digits.
appendUnpaddedInteger(StringBuffer, int) - Static method in class org.joda.time.format.FormatUtils
Converts an integer to a string, and appends it to the given buffer.
appendUnpaddedInteger(StringBuffer, long) - Static method in class org.joda.time.format.FormatUtils
Converts an integer to a string, and appends it to the given buffer.
appendWeekOfWeekyear(int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric weekOfWeekyear field.
appendWeeks() - Method in class org.joda.time.format.PeriodFormatterBuilder
Instruct the printer to emit an integer weeks field, if supported.
appendWeekyear(int, int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric weekyear field.
appendYear(int, int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric year field.
appendYearOfCentury(int, int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric year of century field.
appendYearOfEra(int, int) - Method in class org.joda.time.format.DateTimeFormatterBuilder
Instructs the printer to emit a numeric yearOfEra field.
appendYears() - Method in class org.joda.time.format.PeriodFormatterBuilder
Instruct the printer to emit an integer years field, if supported.

B

BC - Static variable in class org.joda.time.DateTimeConstants
Constant (0) representing BC, years before zero (from Calendar)
BCE - Static variable in class org.joda.time.DateTimeConstants
Alternative constant (0) representing BCE, Before Common Era (secular)
BE - Static variable in class org.joda.time.chrono.BuddhistChronology
Constant value for 'Buddhist Era', equivalent to the value returned for AD/CE.
BaseChronology - class org.joda.time.chrono.BaseChronology.
BaseChronology provides a skeleton implementation for chronology classes.
BaseDateTime - class org.joda.time.base.BaseDateTime.
BaseDateTime is an abstract implementation of ReadableDateTime that stores data in long and Chronology fields.
BaseDateTime() - Constructor for class org.joda.time.base.BaseDateTime
Constructs an instance set to the current system millisecond time using ISOChronology in the default time zone.
BaseDateTime(DateTimeZone) - Constructor for class org.joda.time.base.BaseDateTime
Constructs an instance set to the current system millisecond time using ISOChronology in the specified time zone.
BaseDateTime(Chronology) - Constructor for class org.joda.time.base.BaseDateTime
Constructs an instance set to the current system millisecond time using the specified chronology.
BaseDateTime(long) - Constructor for class org.joda.time.base.BaseDateTime
Constructs an instance set to the milliseconds from 1970-01-01T00:00:00Z using ISOChronology in the default time zone.
BaseDateTime(long, DateTimeZone) - Constructor for class org.joda.time.base.BaseDateTime
Constructs an instance set to the milliseconds from 1970-01-01T00:00:00Z using ISOChronology in the specified time zone.
BaseDateTime(long, Chronology) - Constructor for class org.joda.time.base.BaseDateTime
Constructs an instance set to the milliseconds from 1970-01-01T00:00:00Z using the specified chronology.
BaseDateTime(Object, DateTimeZone) - Constructor for class org.joda.time.base.BaseDateTime
Constructs an instance from an Object that represents a datetime, forcing the time zone to that specified.
BaseDateTime(Object, Chronology) - Constructor for class org.joda.time.base.BaseDateTime
Constructs an instance from an Object that represents a datetime, using the specified chronology.
BaseDateTime(int, int, int, int, int, int, int) - Constructor for class org.joda.time.base.BaseDateTime
Constructs an instance from datetime field values using ISOChronology in the default time zone.
BaseDateTime(int, int, int, int, int, int, int, DateTimeZone) - Constructor for class org.joda.time.base.BaseDateTime
Constructs an instance from datetime field values using ISOChronology in the specified time zone.
BaseDateTime(int, int, int, int, int, int, int, Chronology) - Constructor for class org.joda.time.base.BaseDateTime
Constructs an instance from datetime field values using the specified chronology.
BaseDateTimeField - class org.joda.time.field.BaseDateTimeField.
BaseDateTimeField provides the common behaviour for DateTimeField implementations.
BaseDuration - class org.joda.time.base.BaseDuration.
BaseDuration is an abstract implementation of ReadableDuration that stores data in a long duration milliseconds field.
BaseDurationField - class org.joda.time.field.BaseDurationField.
BaseDurationField provides the common behaviour for DurationField implementations.
BaseInterval - class org.joda.time.base.BaseInterval.
BaseInterval is an abstract implementation of ReadableInterval that stores data in two long millisecond fields.
BaseLocal - class org.joda.time.base.BaseLocal.
BaseLocal is an abstract implementation of ReadablePartial that use a local milliseconds internal representation.
BasePartial - class org.joda.time.base.BasePartial.
BasePartial is an abstract implementation of ReadablePartial that stores data in array and Chronology fields.
BasePeriod - class org.joda.time.base.BasePeriod.
BasePeriod is an abstract implementation of ReadablePeriod that stores data in a PeriodType and an int[].
BaseSingleFieldPeriod - class org.joda.time.base.BaseSingleFieldPeriod.
BaseSingleFieldPeriod is an abstract implementation of ReadablePeriod that manages a single duration field, such as days or minutes.
BuddhistChronology - class org.joda.time.chrono.BuddhistChronology.
A chronology that matches the BuddhistCalendar class supplied by Sun.
basicDate() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a basic formatter for a full date as four digit year, two digit month of year, and two digit day of month (yyyyMMdd).
basicDateTime() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a basic formatter that combines a basic date and time, separated by a 'T' (yyyyMMdd'T'HHmmss.SSSZ).
basicDateTimeNoMillis() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a basic formatter that combines a basic date and time without millis, separated by a 'T' (yyyyMMdd'T'HHmmssZ).
basicOrdinalDate() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a formatter for a full ordinal date, using a four digit year and three digit dayOfYear (yyyyDDD).
basicOrdinalDateTime() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a formatter for a full ordinal date and time, using a four digit year and three digit dayOfYear (yyyyDDD'T'HHmmss.SSSZ).
basicOrdinalDateTimeNoMillis() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a formatter for a full ordinal date and time without millis, using a four digit year and three digit dayOfYear (yyyyDDD'T'HHmmssZ).
basicTTime() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a basic formatter for a two digit hour of day, two digit minute of hour, two digit second of minute, three digit millis, and time zone offset prefixed by 'T' ('T'HHmmss.SSSZ).
basicTTimeNoMillis() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a basic formatter for a two digit hour of day, two digit minute of hour, two digit second of minute, and time zone offset prefixed by 'T' ('T'HHmmssZ).
basicTime() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a basic formatter for a two digit hour of day, two digit minute of hour, two digit second of minute, three digit millis, and time zone offset (HHmmss.SSSZ).
basicTimeNoMillis() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a basic formatter for a two digit hour of day, two digit minute of hour, two digit second of minute, and time zone offset (HHmmssZ).
basicWeekDate() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a basic formatter for a full date as four digit weekyear, two digit week of weekyear, and one digit day of week (xxxx'W'wwe).
basicWeekDateTime() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a basic formatter that combines a basic weekyear date and time, separated by a 'T' (xxxx'W'wwe'T'HHmmss.SSSZ).
basicWeekDateTimeNoMillis() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a basic formatter that combines a basic weekyear date and time without millis, separated by a 'T' (xxxx'W'wwe'T'HHmmssZ).

C

CE - Static variable in class org.joda.time.DateTimeConstants
Alternative constant (1) representing CE, Common Era (secular).
CachedDateTimeZone - class org.joda.time.tz.CachedDateTimeZone.
Improves the performance of requesting time zone offsets and name keys by caching the results.
Chronology - class org.joda.time.Chronology.
Chronology provides access to the individual date time fields for a chronological calendar system.
Chronology() - Constructor for class org.joda.time.Chronology
 
Converter - interface org.joda.time.convert.Converter.
Basic converter interface for specifying what object type can be converted.
ConverterManager - class org.joda.time.convert.ConverterManager.
ConverterManager controls the date and time converters.
CopticChronology - class org.joda.time.chrono.CopticChronology.
Implements the Coptic calendar system, which defines every fourth year as leap, much like the Julian calendar.
calculateDigitCount(long) - Static method in class org.joda.time.format.FormatUtils
Calculates the number of decimal digits for the given value, including the sign.
calculatePrintedLength(ReadablePeriod, Locale) - Method in interface org.joda.time.format.PeriodPrinter
Returns the exact number of characters produced for the given period.
canBuildFormatter() - Method in class org.joda.time.format.DateTimeFormatterBuilder
Returns true if toFormatter can be called without throwing an UnsupportedOperationException.
canBuildParser() - Method in class org.joda.time.format.DateTimeFormatterBuilder
Returns true if toParser can be called without throwing an UnsupportedOperationException.
canBuildPrinter() - Method in class org.joda.time.format.DateTimeFormatterBuilder
Returns true if toPrinter can be called without throwing an UnsupportedOperationException.
centuries() - Method in class org.joda.time.Chronology
Get the centuries duration field for this chronology.
centuries() - Static method in class org.joda.time.DurationFieldType
Get the centuries field type.
centuries - Variable in class org.joda.time.chrono.AssembledChronology.Fields
 
centuries() - Method in class org.joda.time.chrono.AssembledChronology
 
centuries() - Method in class org.joda.time.chrono.BaseChronology
Get the centuries duration field for this chronology.
centuryOfEra() - Method in class org.joda.time.Chronology
Get the century of era field for this chronology.
centuryOfEra() - Method in class org.joda.time.DateMidnight
Get the century of era property which provides access to advanced functionality.
centuryOfEra() - Method in class org.joda.time.DateTime
Get the century of era property which provides access to advanced functionality.
centuryOfEra() - Static method in class org.joda.time.DateTimeFieldType
Get the century of era field type.
centuryOfEra() - Method in class org.joda.time.LocalDate
Get the century of era property which provides access to advanced functionality.
centuryOfEra() - Method in class org.joda.time.LocalDateTime
Get the century of era property which provides access to advanced functionality.
centuryOfEra() - Method in class org.joda.time.MutableDateTime
Get the century of era property.
centuryOfEra - Variable in class org.joda.time.chrono.AssembledChronology.Fields
 
centuryOfEra() - Method in class org.joda.time.chrono.AssembledChronology
 
centuryOfEra() - Method in class org.joda.time.chrono.BaseChronology
Get the century of era field for this chronology.
clear() - Method in class org.joda.time.MutablePeriod
Clears the period, setting all values back to zero.
clear() - Method in interface org.joda.time.ReadWritablePeriod
Clears the period, setting all values back to zero.
clear() - Method in class org.joda.time.format.DateTimeFormatterBuilder
Clears out all the appended elements, allowing this builder to be reused.
clear() - Method in class org.joda.time.format.PeriodFormatterBuilder
Clears out all the appended elements, allowing this builder to be reused.
clockhourOfDay() - Method in class org.joda.time.Chronology
Get the hour of day (offset to 1-24) field for this chronology.
clockhourOfDay() - Static method in class org.joda.time.DateTimeFieldType
Get the hour of day (offset to 1-24) field type.
clockhourOfDay - Variable in class org.joda.time.chrono.AssembledChronology.Fields
 
clockhourOfDay() - Method in class org.joda.time.chrono.AssembledChronology
 
clockhourOfDay() - Method in class org.joda.time.chrono.BaseChronology
Get the hour of day (offset to 1-24) field for this chronology.
clockhourOfHalfday() - Method in class org.joda.time.Chronology
Get the hour of am/pm (offset to 1-12) field for this chronology.
clockhourOfHalfday() - Static method in class org.joda.time.DateTimeFieldType
Get the hour of am/pm (offset to 1-12) field type.
clockhourOfHalfday - Variable in class org.joda.time.chrono.AssembledChronology.Fields
 
clockhourOfHalfday() - Method in class org.joda.time.chrono.AssembledChronology
 
clockhourOfHalfday() - Method in class org.joda.time.chrono.BaseChronology
Get the hour of am/pm (offset to 1-12) field for this chronology.
clone() - Method in class org.joda.time.MutableDateTime
Clone this object.
clone() - Method in class org.joda.time.MutableInterval
Clone this object.
clone() - Method in class org.joda.time.MutablePeriod
Clone this object.
compare(Object, Object) - Method in class org.joda.time.DateTimeComparator
Compare two objects against only the range of date time fields as specified in the constructor.
compareTo(Object) - Method in class org.joda.time.DurationField
Compares this duration field with another duration field for ascending unit millisecond order.
compareTo(Object) - Method in class org.joda.time.LocalDate
Compares this partial with another returning an integer indicating the order.
compareTo(Object) - Method in class org.joda.time.LocalDateTime
Compares this partial with another returning an integer indicating the order.
compareTo(Object) - Method in class org.joda.time.LocalTime
Compares this partial with another returning an integer indicating the order.
compareTo(Object) - Method in interface org.joda.time.ReadableDuration
Compares this duration with the specified duration based on length.
compareTo(Object) - Method in interface org.joda.time.ReadableInstant
Compares this object with the specified object for ascending millisecond instant order.
compareTo(Object) - Method in class org.joda.time.base.AbstractDuration
Compares this duration with the specified duration based on length.
compareTo(Object) - Method in class org.joda.time.base.AbstractInstant
Compares this object with the specified object for ascending millisecond instant order.
compareTo(Object) - Method in class org.joda.time.base.AbstractPartial
Compares this partial with another returning an integer indicating the order.
compareTo(Object) - Method in class org.joda.time.base.BaseSingleFieldPeriod
Compares this period to another object of the same class.
compareTo(ReadableInstant) - Method in class org.joda.time.field.AbstractPartialFieldProperty
Compare this field to the same field on another instant.
compareTo(ReadablePartial) - Method in class org.joda.time.field.AbstractPartialFieldProperty
Compare this field to the same field on another partial instant.
compareTo(ReadableInstant) - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Compare this field to the same field on another instant.
compareTo(ReadablePartial) - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Compare this field to the same field on another partial instant.
compareTo(Object) - Method in class org.joda.time.field.BaseDurationField
 
compareTo(Object) - Method in class org.joda.time.field.DelegatedDurationField
 
compareTo(Object) - Method in class org.joda.time.field.MillisDurationField
 
compareTo(Object) - Method in class org.joda.time.field.UnsupportedDurationField
Always returns zero, indicating that sort order is not relevent.
compile(File, File[]) - Method in class org.joda.time.tz.ZoneInfoCompiler
Returns a map of ids to DateTimeZones.
computeMillis() - Method in class org.joda.time.format.DateTimeParserBucket
Computes the parsed datetime by setting the saved fields.
computeMillis(boolean) - Method in class org.joda.time.format.DateTimeParserBucket
Computes the parsed datetime by setting the saved fields.
computeMillis(boolean, String) - Method in class org.joda.time.format.DateTimeParserBucket
Computes the parsed datetime by setting the saved fields.
contains(ReadableInstant) - Method in interface org.joda.time.ReadableInterval
Does this time interval contain the specified instant.
contains(ReadableInterval) - Method in interface org.joda.time.ReadableInterval
Does this time interval contain the specified time interval.
contains(long) - Method in class org.joda.time.base.AbstractInterval
Does this time interval contain the specified millisecond instant.
contains(ReadableInstant) - Method in class org.joda.time.base.AbstractInterval
Does this time interval contain the specified instant.
contains(ReadableInterval) - Method in class org.joda.time.base.AbstractInterval
Does this time interval contain the specified time interval.
containsNow() - Method in class org.joda.time.base.AbstractInterval
Does this time interval contain the current instant.
convertLocalToUTC(long, boolean) - Method in class org.joda.time.DateTimeZone
Converts a local instant to a standard UTC instant with the same local time.
convertUTCToLocal(long) - Method in class org.joda.time.DateTimeZone
Converts a standard UTC instant to a local instant with the same local time.
copy() - Method in class org.joda.time.MutableDateTime
Clone this object without having to cast the returned object.
copy() - Method in class org.joda.time.MutableInterval
Clone this object without having to cast the returned object.
copy() - Method in class org.joda.time.MutablePeriod
Clone this object without having to cast the returned object.
copyFieldsFrom(Chronology) - Method in class org.joda.time.chrono.AssembledChronology.Fields
Copy the supported fields from a chronology into this container.
countFieldsToPrint(ReadablePeriod, int, Locale) - Method in interface org.joda.time.format.PeriodPrinter
Returns the amount of fields from the given period that this printer will print.
currentTimeMillis() - Static method in class org.joda.time.DateTimeUtils
Gets the current time in milliseconds.

D

DAYS_PER_WEEK - Static variable in class org.joda.time.DateTimeConstants
Days in one week (7) (ISO)
DAY_OF_MONTH - Static variable in class org.joda.time.YearMonthDay
Deprecated. The index of the dayOfMonth field in the field array
DECEMBER - Static variable in class org.joda.time.DateTimeConstants
Constant (12) representing December, the twelfth month (ISO)
DateMidnight - class org.joda.time.DateMidnight.
DateMidnight defines a date where the time component is fixed at midnight.
DateMidnight() - Constructor for class org.joda.time.DateMidnight
Constructs an instance set to the current system millisecond time using ISOChronology in the default time zone.
DateMidnight(DateTimeZone) - Constructor for class org.joda.time.DateMidnight
Constructs an instance set to the current system millisecond time using ISOChronology in the specified time zone.
DateMidnight(Chronology) - Constructor for class org.joda.time.DateMidnight
Constructs an instance set to the current system millisecond time using the specified chronology.
DateMidnight(long) - Constructor for class org.joda.time.DateMidnight
Constructs an instance set to the milliseconds from 1970-01-01T00:00:00Z using ISOChronology in the default time zone.
DateMidnight(long, DateTimeZone) - Constructor for class org.joda.time.DateMidnight
Constructs an instance set to the milliseconds from 1970-01-01T00:00:00Z using ISOChronology in the specified time zone.
DateMidnight(long, Chronology) - Constructor for class org.joda.time.DateMidnight
Constructs an instance set to the milliseconds from 1970-01-01T00:00:00Z using the specified chronology.
DateMidnight(Object) - Constructor for class org.joda.time.DateMidnight
Constructs an instance from an Object that represents a datetime.
DateMidnight(Object, DateTimeZone) - Constructor for class org.joda.time.DateMidnight
Constructs an instance from an Object that represents a datetime, forcing the time zone to that specified.
DateMidnight(Object, Chronology) - Constructor for class org.joda.time.DateMidnight
Constructs an instance from an Object that represents a datetime, using the specified chronology.
DateMidnight(int, int, int) - Constructor for class org.joda.time.DateMidnight
Constructs an instance from datetime field values using ISOChronology in the default time zone.
DateMidnight(int, int, int, DateTimeZone) - Constructor for class org.joda.time.DateMidnight
Constructs an instance from datetime field values using ISOChronology in the specified time zone.
DateMidnight(int, int, int, Chronology) - Constructor for class org.joda.time.DateMidnight
Constructs an instance from datetime field values using the specified chronology.
DateMidnight.Property - class org.joda.time.DateMidnight.Property.
DateMidnight.Property binds a DateMidnight to a DateTimeField allowing powerful datetime functionality to be easily accessed.
DateTime - class org.joda.time.DateTime.
DateTime is the standard implementation of an unmodifiable datetime class.
DateTime() - Constructor for class org.joda.time.DateTime
Constructs an instance set to the current system millisecond time using ISOChronology in the default time zone.
DateTime(DateTimeZone) - Constructor for class org.joda.time.DateTime
Constructs an instance set to the current system millisecond time using ISOChronology in the specified time zone.
DateTime(Chronology) - Constructor for class org.joda.time.DateTime
Constructs an instance set to the current system millisecond time using the specified chronology.
DateTime(long) - Constructor for class org.joda.time.DateTime
Constructs an instance set to the milliseconds from 1970-01-01T00:00:00Z using ISOChronology in the default time zone.
DateTime(long, DateTimeZone) - Constructor for class org.joda.time.DateTime
Constructs an instance set to the milliseconds from 1970-01-01T00:00:00Z using ISOChronology in the specified time zone.
DateTime(long, Chronology) - Constructor for class org.joda.time.DateTime
Constructs an instance set to the milliseconds from 1970-01-01T00:00:00Z using the specified chronology.
DateTime(Object) - Constructor for class org.joda.time.DateTime
Constructs an instance from an Object that represents a datetime.
DateTime(Object, DateTimeZone) - Constructor for class org.joda.time.DateTime
Constructs an instance from an Object that represents a datetime, forcing the time zone to that specified.
DateTime(Object, Chronology) - Constructor for class org.joda.time.DateTime
Constructs an instance from an Object that represents a datetime, using the specified chronology.
DateTime(int, int, int, int, int, int, int) - Constructor for class org.joda.time.DateTime
Constructs an instance from datetime field values using ISOChronology in the default time zone.
DateTime(int, int, int, int, int, int, int, DateTimeZone) - Constructor for class org.joda.time.DateTime
Constructs an instance from datetime field values using ISOChronology in the specified time zone.
DateTime(int, int, int, int, int, int, int, Chronology) - Constructor for class org.joda.time.DateTime
Constructs an instance from datetime field values using the specified chronology.
DateTime.Property - class org.joda.time.DateTime.Property.
DateTime.Property binds a DateTime to a DateTimeField allowing powerful datetime functionality to be easily accessed.
DateTimeComparator - class org.joda.time.DateTimeComparator.
DateTimeComparator provides comparators to compare one date with another.
DateTimeConstants - class org.joda.time.DateTimeConstants.
DateTimeConstants is a non-instantiable class of constants used in the date time system.
DateTimeField - class org.joda.time.DateTimeField.
Defines the calculation engine for date and time fields.
DateTimeField() - Constructor for class org.joda.time.DateTimeField
 
DateTimeFieldType - class org.joda.time.DateTimeFieldType.
Identifies a field, such as year or minuteOfHour, in a chronology-neutral way.
DateTimeFormat - class org.joda.time.format.DateTimeFormat.
Factory that creates instances of DateTimeFormatter from patterns and styles.
DateTimeFormatter - class org.joda.time.format.DateTimeFormatter.
Controls the printing and parsing of a datetime to and from a string.
DateTimeFormatter(DateTimePrinter, DateTimeParser) - Constructor for class org.joda.time.format.DateTimeFormatter
Creates a new formatter, however you will normally use the factory or the builder.
DateTimeFormatterBuilder - class org.joda.time.format.DateTimeFormatterBuilder.
Factory that creates complex instances of DateTimeFormatter via method calls.
DateTimeFormatterBuilder() - Constructor for class org.joda.time.format.DateTimeFormatterBuilder
Creates a DateTimeFormatterBuilder.
DateTimeParser - interface org.joda.time.format.DateTimeParser.
Internal interface for parsing textual representations of datetimes.
DateTimeParserBucket - class org.joda.time.format.DateTimeParserBucket.
DateTimeParserBucket is an advanced class, intended mainly for parser implementations.
DateTimeParserBucket(long, Chronology, Locale) - Constructor for class org.joda.time.format.DateTimeParserBucket
Constucts a bucket.
DateTimeParserBucket(long, Chronology, Locale, Integer) - Constructor for class org.joda.time.format.DateTimeParserBucket
Constucts a bucket, with the option of specifying the pivot year for two-digit year parsing.
DateTimePrinter - interface org.joda.time.format.DateTimePrinter.
Internal interface for creating textual representations of datetimes.
DateTimeUtils - class org.joda.time.DateTimeUtils.
DateTimeUtils provide public utility methods for the datetime library.
DateTimeZone - class org.joda.time.DateTimeZone.
DateTimeZone represents a time zone.
DateTimeZoneBuilder - class org.joda.time.tz.DateTimeZoneBuilder.
DateTimeZoneBuilder allows complex DateTimeZones to be constructed.
DateTimeZoneBuilder() - Constructor for class org.joda.time.tz.DateTimeZoneBuilder
 
Days - class org.joda.time.Days.
An immutable time period representing a number of days.
DecoratedDateTimeField - class org.joda.time.field.DecoratedDateTimeField.
DecoratedDateTimeField extends BaseDateTimeField, implementing only the minimum required set of methods.
DecoratedDurationField - class org.joda.time.field.DecoratedDurationField.
DecoratedDurationField extends BaseDurationField, implementing only the minimum required set of methods.
DecoratedDurationField(DurationField, DurationFieldType) - Constructor for class org.joda.time.field.DecoratedDurationField
Constructor.
DefaultNameProvider - class org.joda.time.tz.DefaultNameProvider.
The default name provider acquires localized names from java.text.DateFormatSymbols.
DefaultNameProvider() - Constructor for class org.joda.time.tz.DefaultNameProvider
 
DelegatedDateTimeField - class org.joda.time.field.DelegatedDateTimeField.
DelegatedDateTimeField delegates each method call to the date time field it wraps.
DelegatedDateTimeField(DateTimeField) - Constructor for class org.joda.time.field.DelegatedDateTimeField
Constructor.
DelegatedDateTimeField(DateTimeField, DateTimeFieldType) - Constructor for class org.joda.time.field.DelegatedDateTimeField
Constructor.
DelegatedDurationField - class org.joda.time.field.DelegatedDurationField.
DelegatedDurationField delegates each method call to the duration field it wraps.
DividedDateTimeField - class org.joda.time.field.DividedDateTimeField.
Divides a DateTimeField such that the retrieved values are reduced by a fixed divisor.
DividedDateTimeField(DateTimeField, DateTimeFieldType, int) - Constructor for class org.joda.time.field.DividedDateTimeField
Constructor.
DividedDateTimeField(RemainderDateTimeField, DateTimeFieldType) - Constructor for class org.joda.time.field.DividedDateTimeField
Construct a DividedDateTimeField that compliments the given RemainderDateTimeField.
Duration - class org.joda.time.Duration.
An immutable duration specifying a length of time in milliseconds.
Duration(long) - Constructor for class org.joda.time.Duration
Creates a duration from the given millisecond duration.
Duration(long, long) - Constructor for class org.joda.time.Duration
Creates a duration from the given interval endpoints.
Duration(ReadableInstant, ReadableInstant) - Constructor for class org.joda.time.Duration
Creates a duration from the given interval endpoints.
Duration(Object) - Constructor for class org.joda.time.Duration
Creates a duration from the specified object using the ConverterManager.
DurationConverter - interface org.joda.time.convert.DurationConverter.
DurationConverter defines how an object is converted to a millisecond duration.
DurationField - class org.joda.time.DurationField.
Defines the calculation engine for duration fields.
DurationField() - Constructor for class org.joda.time.DurationField
 
DurationFieldType - class org.joda.time.DurationFieldType.
Identifies a duration field, such as years or minutes, in a chronology-neutral way.
date() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a formatter for a full date as four digit year, two digit month of year, and two digit day of month (yyyy-MM-dd).
dateElementParser() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a generic ISO date parser for parsing dates.
dateHour() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a formatter that combines a full date and two digit hour of day.
dateHourMinute() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a formatter that combines a full date, two digit hour of day, and two digit minute of hour.
dateHourMinuteSecond() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a formatter that combines a full date, two digit hour of day, two digit minute of hour, and two digit second of minute.
dateHourMinuteSecondFraction() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a formatter that combines a full date, two digit hour of day, two digit minute of hour, two digit second of minute, and three digit fraction of second (yyyy-MM-dd'T'HH:mm:ss.SSS).
dateHourMinuteSecondMillis() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a formatter that combines a full date, two digit hour of day, two digit minute of hour, two digit second of minute, and three digit fraction of second (yyyy-MM-dd'T'HH:mm:ss.SSS).
dateOptionalTimeParser() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a generic ISO datetime parser where the date is mandatory and the time is optional.
dateParser() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a generic ISO date parser for parsing dates with a possible zone.
dateTime() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a formatter that combines a full date and time, separated by a 'T' (yyyy-MM-dd'T'HH:mm:ss.SSSZZ).
dateTimeNoMillis() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a formatter that combines a full date and time without millis, separated by a 'T' (yyyy-MM-dd'T'HH:mm:ssZZ).
dateTimeParser() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a generic ISO datetime parser which parses either a date or a time or both.
dayOfMonth() - Method in class org.joda.time.Chronology
Get the day of month field for this chronology.
dayOfMonth() - Method in class org.joda.time.DateMidnight
Get the day of month property which provides access to advanced functionality.
dayOfMonth() - Method in class org.joda.time.DateTime
Get the day of month property which provides access to advanced functionality.
dayOfMonth() - Static method in class org.joda.time.DateTimeFieldType
Get the day of month field type.
dayOfMonth() - Method in class org.joda.time.LocalDate
Get the day of month property which provides access to advanced functionality.
dayOfMonth() - Method in class org.joda.time.LocalDateTime
Get the day of month property which provides access to advanced functionality.
dayOfMonth() - Method in class org.joda.time.MutableDateTime
Get the day of month property.
dayOfMonth() - Method in class org.joda.time.YearMonthDay
Deprecated. Get the day of month field property which provides access to advanced functionality.
dayOfMonth - Variable in class org.joda.time.chrono.AssembledChronology.Fields
 
dayOfMonth() - Method in class org.joda.time.chrono.AssembledChronology
 
dayOfMonth() - Method in class org.joda.time.chrono.BaseChronology
Get the day of month field for this chronology.
dayOfWeek() - Method in class org.joda.time.Chronology
Get the day of week field for this chronology.
dayOfWeek() - Method in class org.joda.time.DateMidnight
Get the day of week property which provides access to advanced functionality.
dayOfWeek() - Method in class org.joda.time.DateTime
Get the day of week property which provides access to advanced functionality.
dayOfWeek() - Static method in class org.joda.time.DateTimeFieldType
Get the day of week field type.
dayOfWeek() - Method in class org.joda.time.LocalDate
Get the day of week property which provides access to advanced functionality.
dayOfWeek() - Method in class org.joda.time.LocalDateTime
Get the day of week property which provides access to advanced functionality.
dayOfWeek() - Method in class org.joda.time.MutableDateTime
Get the day of week property.
dayOfWeek - Variable in class org.joda.time.chrono.AssembledChronology.Fields
 
dayOfWeek() - Method in class org.joda.time.chrono.AssembledChronology
 
dayOfWeek() - Method in class org.joda.time.chrono.BaseChronology
Get the day of week field for this chronology.
dayOfYear() - Method in class org.joda.time.Chronology
Get the day of year field for this chronology.
dayOfYear() - Method in class org.joda.time.DateMidnight
Get the day of year property which provides access to advanced functionality.
dayOfYear() - Method in class org.joda.time.DateTime
Get the day of year property which provides access to advanced functionality.
dayOfYear() - Static method in class org.joda.time.DateTimeFieldType
Get the day of year field type.
dayOfYear() - Method in class org.joda.time.LocalDate
Get the day of year property which provides access to advanced functionality.
dayOfYear() - Method in class org.joda.time.LocalDateTime
Get the day of year property which provides access to advanced functionality.
dayOfYear() - Method in class org.joda.time.MutableDateTime
Get the day of year property.
dayOfYear - Variable in class org.joda.time.chrono.AssembledChronology.Fields
 
dayOfYear() - Method in class org.joda.time.chrono.AssembledChronology
 
dayOfYear() - Method in class org.joda.time.chrono.BaseChronology
Get the day of year field for this chronology.
dayTime() - Static method in class org.joda.time.PeriodType
Gets a type that defines all standard fields from days downwards.
days() - Method in class org.joda.time.Chronology
Get the days duration field for this chronology.
days(int) - Static method in class org.joda.time.Days
Obtains an instance of Days that may be cached.
days() - Static method in class org.joda.time.DurationFieldType
Get the days field type.
days(int) - Static method in class org.joda.time.Period
Create a period with a specified number of days.
days() - Static method in class org.joda.time.PeriodType
Gets a type that defines just the days field.
days - Variable in class org.joda.time.chrono.AssembledChronology.Fields
 
days() - Method in class org.joda.time.chrono.AssembledChronology
 
days() - Method in class org.joda.time.chrono.BaseChronology
Get the days duration field for this chronology.
daysBetween(ReadableInstant, ReadableInstant) - Static method in class org.joda.time.Days
Creates a Days representing the number of whole days between the two specified datetimes.
daysBetween(ReadablePartial, ReadablePartial) - Static method in class org.joda.time.Days
Creates a Days representing the number of whole days between the two specified partial datetimes.
daysIn(ReadableInterval) - Static method in class org.joda.time.Days
Creates a Days representing the number of whole days in the specified interval.
dividedBy(int) - Method in class org.joda.time.Days
Returns a new instance with the days divided by the specified divisor.
dividedBy(int) - Method in class org.joda.time.Hours
Returns a new instance with the hours divided by the specified divisor.
dividedBy(int) - Method in class org.joda.time.Minutes
Returns a new instance with the minutes divided by the specified divisor.
dividedBy(int) - Method in class org.joda.time.Months
Returns a new instance with the months divided by the specified divisor.
dividedBy(int) - Method in class org.joda.time.Seconds
Returns a new instance with the seconds divided by the specified divisor.
dividedBy(int) - Method in class org.joda.time.Weeks
Returns a new instance with the weeks divided by the specified divisor.
dividedBy(int) - Method in class org.joda.time.Years
Returns a new instance with the years divided by the specified divisor.

E

EE - Static variable in class org.joda.time.chrono.EthiopicChronology
Constant value for 'Ethiopean Era', equivalent to the value returned for AD/CE.
EIGHT - Static variable in class org.joda.time.Hours
Constant representing eight hours.
EIGHT - Static variable in class org.joda.time.Months
Constant representing eight months.
ELEVEN - Static variable in class org.joda.time.Months
Constant representing eleven months.
EthiopicChronology - class org.joda.time.chrono.EthiopicChronology.
Implements the Ethiopic calendar system, which defines every fourth year as leap, much like the Julian calendar.
equals(Object) - Method in class org.joda.time.DateTimeComparator
Compares this comparator to another.
equals(Object) - Method in class org.joda.time.DateTimeZone
Compare this datetime zone with another.
equals(Object) - Method in class org.joda.time.LocalDate
Compares this ReadablePartial with another returning true if the chronology, field types and values are equal.
equals(Object) - Method in class org.joda.time.LocalDateTime
Compares this ReadablePartial with another returning true if the chronology, field types and values are equal.
equals(Object) - Method in class org.joda.time.LocalTime
Compares this ReadablePartial with another returning true if the chronology, field types and values are equal.
equals(Object) - Method in class org.joda.time.PeriodType
Compares this type to another object.
equals(Object) - Method in interface org.joda.time.ReadableDuration
Compares this object with the specified object for equality based on the millisecond length.
equals(Object) - Method in interface org.joda.time.ReadableInstant
Compares this object with the specified object for equality based on the millisecond instant and the Chronology.
equals(Object) - Method in interface org.joda.time.ReadableInterval
Compares this object with the specified object for equality based on start and end millis plus the chronology.
equals(Object) - Method in interface org.joda.time.ReadablePartial
Compares this partial with the specified object for equality based on the supported fields, chronology and values.
equals(Object) - Method in interface org.joda.time.ReadablePeriod
Compares this object with the specified object for equality based on the value and type of each supported field.
equals(Object) - Method in class org.joda.time.base.AbstractDuration
Compares this object with the specified object for equality based on the millisecond length.
equals(Object) - Method in class org.joda.time.base.AbstractInstant
Compares this object with the specified object for equality based on the millisecond instant, chronology and time zone.
equals(Object) - Method in class org.joda.time.base.AbstractInterval
Compares this object with the specified object for equality based on start and end millis plus the chronology.
equals(Object) - Method in class org.joda.time.base.AbstractPartial
Compares this ReadablePartial with another returning true if the chronology, field types and values are equal.
equals(Object) - Method in class org.joda.time.base.AbstractPeriod
Compares this object with the specified object for equality based on the value of each field.
equals(Object) - Method in class org.joda.time.base.BaseSingleFieldPeriod
Compares this object with the specified object for equality based on the value of each field.
equals(Object) - Method in class org.joda.time.chrono.BuddhistChronology
Checks if this chronology instance equals another.
equals(Object) - Method in class org.joda.time.chrono.GJChronology
Checks if this chronology instance equals another.
equals(Object) - Method in class org.joda.time.chrono.ISOChronology
Checks if this chronology instance equals another.
equals(Object) - Method in class org.joda.time.chrono.LenientChronology
A lenient chronology is only equal to a lenient chronology with the same base chronology.
equals(Object) - Method in class org.joda.time.chrono.LimitChronology
A limit chronology is only equal to a limit chronology with the same base chronology and limits.
equals(Object) - Method in class org.joda.time.chrono.StrictChronology
A strict chronology is only equal to a strict chronology with the same base chronology.
equals(Object) - Method in class org.joda.time.chrono.ZonedChronology
A zoned chronology is only equal to a zoned chronology with the same base chronology and zone.
equals(Object) - Method in class org.joda.time.field.AbstractPartialFieldProperty
Compares this property to another.
equals(Object) - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Compares this property to another.
equals(Object, Object) - Static method in class org.joda.time.field.FieldUtils
Compares two objects as equals handling null.
equals(Object) - Method in class org.joda.time.field.PreciseDurationField
Compares this duration field to another.
equals(Object) - Method in class org.joda.time.field.ScaledDurationField
Compares this duration field to another.
equals(Object) - Method in class org.joda.time.field.UnsupportedDurationField
Compares this duration field to another.
equals(Object) - Method in class org.joda.time.tz.CachedDateTimeZone
 
equals(Object) - Method in class org.joda.time.tz.FixedDateTimeZone
 
era() - Method in class org.joda.time.Chronology
Get the era field for this chronology.
era() - Method in class org.joda.time.DateMidnight
Get the era property which provides access to advanced functionality.
era() - Method in class org.joda.time.DateTime
Get the era property which provides access to advanced functionality.
era() - Static method in class org.joda.time.DateTimeFieldType
Get the era field type.
era() - Method in class org.joda.time.LocalDate
Get the era property which provides access to advanced functionality.
era() - Method in class org.joda.time.LocalDateTime
Get the era property which provides access to advanced functionality.
era() - Method in class org.joda.time.MutableDateTime
Get the era property.
era - Variable in class org.joda.time.chrono.AssembledChronology.Fields
 
era() - Method in class org.joda.time.chrono.AssembledChronology
 
era() - Method in class org.joda.time.chrono.BaseChronology
Get the era field for this chronology.
eras() - Method in class org.joda.time.Chronology
Get the eras duration field for this chronology.
eras() - Static method in class org.joda.time.DurationFieldType
Get the eras field type.
eras - Variable in class org.joda.time.chrono.AssembledChronology.Fields
 
eras() - Method in class org.joda.time.chrono.AssembledChronology
 
eras() - Method in class org.joda.time.chrono.BaseChronology
Get the eras duration field for this chronology.
estimateParsedLength() - Method in interface org.joda.time.format.DateTimeParser
Returns the expected maximum number of characters consumed.
estimatePrintedLength() - Method in interface org.joda.time.format.DateTimePrinter
Returns the expected maximum number of characters produced.

F

FEBRUARY - Static variable in class org.joda.time.DateTimeConstants
Constant (2) representing February, the second month (ISO)
FIVE - Static variable in class org.joda.time.Days
Constant representing five days.
FIVE - Static variable in class org.joda.time.Hours
Constant representing five hours.
FIVE - Static variable in class org.joda.time.Months
Constant representing five months.
FOUR - Static variable in class org.joda.time.Days
Constant representing four days.
FOUR - Static variable in class org.joda.time.Hours
Constant representing four hours.
FOUR - Static variable in class org.joda.time.Months
Constant representing four months.
FRIDAY - Static variable in class org.joda.time.DateTimeConstants
Constant (5) representing Friday, the fifth day of the week (ISO)
FieldUtils - class org.joda.time.field.FieldUtils.
General utilities that don't fit elsewhere.
FixedDateTimeZone - class org.joda.time.tz.FixedDateTimeZone.
Basic DateTimeZone implementation that has a fixed name key and offsets.
FixedDateTimeZone(String, String, int, int) - Constructor for class org.joda.time.tz.FixedDateTimeZone
 
FormatUtils - class org.joda.time.format.FormatUtils.
Utility methods used by formatters.
fieldDifference(ReadablePartial, ReadablePartial) - Static method in class org.joda.time.Period
Creates a period from two partially specified times, calculating by field difference.
forFields(DurationFieldType[]) - Static method in class org.joda.time.PeriodType
Gets a period type that contains the duration types of the array.
forFields(Collection, boolean, boolean) - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a formatter that outputs only those fields specified.
forID(String) - Static method in class org.joda.time.DateTimeZone
Gets a time zone instance for the specified time zone id.
forOffsetHours(int) - Static method in class org.joda.time.DateTimeZone
Gets a time zone instance for the specified offset to UTC in hours.
forOffsetHoursMinutes(int, int) - Static method in class org.joda.time.DateTimeZone
Gets a time zone instance for the specified offset to UTC in hours and minutes.
forOffsetMillis(int) - Static method in class org.joda.time.DateTimeZone
Gets a time zone instance for the specified offset to UTC in milliseconds.
forPattern(String) - Static method in class org.joda.time.format.DateTimeFormat
Factory to create a formatter from a pattern string.
forStyle(String) - Static method in class org.joda.time.format.DateTimeFormat
Factory to create a format from a two character style pattern.
forTimeZone(TimeZone) - Static method in class org.joda.time.DateTimeZone
Gets a time zone instance for a JDK TimeZone.
forZone(DateTimeZone) - Static method in class org.joda.time.tz.CachedDateTimeZone
Returns a new CachedDateTimeZone unless given zone is already cached.
fromCalendarFields(Calendar) - Static method in class org.joda.time.LocalDate
Constructs a LocalDate from a java.util.Calendar using exactly the same field values avoiding any time zone effects.
fromCalendarFields(Calendar) - Static method in class org.joda.time.LocalDateTime
Constructs a LocalDateTime from a java.util.Calendar using exactly the same field values avoiding any time zone effects.
fromCalendarFields(Calendar) - Static method in class org.joda.time.LocalTime
Constructs a LocalTime from a java.util.Calendar using exactly the same field values avoiding any time zone effects.
fromCalendarFields(Calendar) - Static method in class org.joda.time.TimeOfDay
Deprecated. Constructs a TimeOfDay from a java.util.Calendar using exactly the same field values avoiding any time zone effects.
fromCalendarFields(Calendar) - Static method in class org.joda.time.YearMonthDay
Deprecated. Constructs a YearMonthDay from a java.util.Calendar using exactly the same field values avoiding any time zone effects.
fromDateFields(Date) - Static method in class org.joda.time.LocalDate
Constructs a LocalDate from a java.util.Date using exactly the same field values avoiding any time zone effects.
fromDateFields(Date) - Static method in class org.joda.time.LocalDateTime
Constructs a LocalDateTime from a java.util.Date using exactly the same field values avoiding any time zone effects.
fromDateFields(Date) - Static method in class org.joda.time.LocalTime
Constructs a LocalTime from a java.util.Date using exactly the same field values avoiding any time zone effects.
fromDateFields(Date) - Static method in class org.joda.time.TimeOfDay
Deprecated. Constructs a TimeOfDay from a java.util.Date using exactly the same field values avoiding any time zone effects.
fromDateFields(Date) - Static method in class org.joda.time.YearMonthDay
Deprecated. Constructs a YearMonthDay from a java.util.Date using exactly the same field values avoiding any time zone effects.
fromMillisOfDay(long) - Static method in class org.joda.time.LocalTime
Constructs a LocalTime from the specified millis of day using the ISO chronology.
fromMillisOfDay(long, Chronology) - Static method in class org.joda.time.LocalTime
Constructs a LocalTime from the specified millis of day using the specified chronology.
fromMillisOfDay(long) - Static method in class org.joda.time.TimeOfDay
Deprecated. Constructs a TimeOfDay from the specified millis of day using the ISO chronology.
fromMillisOfDay(long, Chronology) - Static method in class org.joda.time.TimeOfDay
Deprecated. Constructs a TimeOfDay from the specified millis of day using the specified chronology.
fullDate() - Static method in class org.joda.time.format.DateTimeFormat
Creates a format that outputs a full date format.
fullDateTime() - Static method in class org.joda.time.format.DateTimeFormat
Creates a format that outputs a full datetime format.
fullTime() - Static method in class org.joda.time.format.DateTimeFormat
Creates a format that outputs a full time format.

G

GJChronology - class org.joda.time.chrono.GJChronology.
Implements the Gregorian/Julian calendar system which is the calendar system used in most of the world.
GregorianChronology - class org.joda.time.chrono.GregorianChronology.
Implements a pure proleptic Gregorian calendar system, which defines every fourth year as leap, unless the year is divisible by 100 and not by 400.
gap(ReadableInterval) - Method in class org.joda.time.Interval
Gets the gap between this interval and another interval.
get(ReadablePartial, long) - Method in class org.joda.time.Chronology
Gets the values of a partial from an instant.
get(ReadablePeriod, long, long) - Method in class org.joda.time.Chronology
Gets the values of a period from an interval.
get(ReadablePeriod, long) - Method in class org.joda.time.Chronology
Gets the values of a period from an interval.
get(long) - Method in class org.joda.time.DateTimeField
Get the value of this field from the milliseconds.
get(DateTimeFieldType) - Method in class org.joda.time.LocalDate
Get the value of one of the fields of a datetime.
get(DateTimeFieldType) - Method in class org.joda.time.LocalDateTime
Get the value of one of the fields of a datetime.
get(DateTimeFieldType) - Method in class org.joda.time.LocalTime
Get the value of one of the fields of time.
get() - Method in class org.joda.time.Partial.Property
Gets the value of this field.
get(DateTimeFieldType) - Method in interface org.joda.time.ReadableInstant
Get the value of one of the fields of a datetime.
get(DateTimeFieldType) - Method in interface org.joda.time.ReadablePartial
Gets the value of one of the fields.
get(DurationFieldType) - Method in interface org.joda.time.ReadablePeriod
Gets the value of one of the fields.
get() - Method in class org.joda.time.TimeOfDay.Property
Deprecated. Gets the value of this field.
get() - Method in class org.joda.time.YearMonthDay.Property
Deprecated. Gets the value of this field.
get(DateTimeFieldType) - Method in class org.joda.time.base.AbstractDateTime
Get the value of one of the fields of a datetime.
get(DateTimeFieldType) - Method in class org.joda.time.base.AbstractInstant
Get the value of one of the fields of a datetime using the chronology of the instant.
get(DateTimeField) - Method in class org.joda.time.base.AbstractInstant
Get the value of one of the fields of a datetime.
get(DateTimeFieldType) - Method in class org.joda.time.base.AbstractPartial
Get the value of one of the fields of a datetime.
get(DurationFieldType) - Method in class org.joda.time.base.AbstractPeriod
Gets the value of one of the fields.
get(DurationFieldType) - Method in class org.joda.time.base.BaseSingleFieldPeriod
Gets the value of a duration field represented by this period.
get(ReadablePartial, long) - Method in class org.joda.time.chrono.BaseChronology
Gets the values of a partial from an instant.
get(ReadablePeriod, long, long) - Method in class org.joda.time.chrono.BaseChronology
Gets the values of a period from an interval.
get(ReadablePeriod, long) - Method in class org.joda.time.chrono.BaseChronology
Gets the values of a period from an interval.
get() - Method in class org.joda.time.field.AbstractPartialFieldProperty
Gets the value of this property from the instant.
get() - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Gets the value of this property from the instant.
get(long) - Method in class org.joda.time.field.BaseDateTimeField
Get the value of this field from the milliseconds.
get(long) - Method in class org.joda.time.field.DecoratedDateTimeField
 
get(long) - Method in class org.joda.time.field.DelegatedDateTimeField
 
get(long) - Method in class org.joda.time.field.DividedDateTimeField
Get the amount of scaled units from the specified time instant.
get(long) - Method in class org.joda.time.field.ImpreciseDateTimeField
 
get(long) - Method in class org.joda.time.field.OffsetDateTimeField
Get the amount of offset units from the specified time instant.
get(long) - Method in class org.joda.time.field.PreciseDateTimeField
Get the amount of fractional units from the specified time instant.
get(long) - Method in class org.joda.time.field.RemainderDateTimeField
Get the remainder from the specified time instant.
get(long) - Method in class org.joda.time.field.SkipDateTimeField
 
get(long) - Method in class org.joda.time.field.SkipUndoDateTimeField
 
get(long) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
get(long) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
 
getAsShortText(long, Locale) - Method in class org.joda.time.DateTimeField
Get the human-readable, short text value of this field from the milliseconds.
getAsShortText(long) - Method in class org.joda.time.DateTimeField
Get the human-readable, short text value of this field from the milliseconds.
getAsShortText(ReadablePartial, int, Locale) - Method in class org.joda.time.DateTimeField
Get the human-readable, short text value of this field from a partial instant.
getAsShortText(ReadablePartial, Locale) - Method in class org.joda.time.DateTimeField
Get the human-readable, short text value of this field from a partial instant.
getAsShortText(int, Locale) - Method in class org.joda.time.DateTimeField
Get the human-readable, short text value of this field from the field value.
getAsShortText() - Method in class org.joda.time.field.AbstractPartialFieldProperty
Gets the short textual value of this property from the instant as a string in the default locale.
getAsShortText(Locale) - Method in class org.joda.time.field.AbstractPartialFieldProperty
Gets the short textual value of this property from the instant as a string in the specified locale.
getAsShortText() - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Gets the short textual value of this property from the instant as a string in the default locale.
getAsShortText(Locale) - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Gets the short textual value of this property from the instant as a string in the specified locale.
getAsShortText(long, Locale) - Method in class org.joda.time.field.BaseDateTimeField
Get the human-readable, short text value of this field from the milliseconds.
getAsShortText(long) - Method in class org.joda.time.field.BaseDateTimeField
Get the human-readable, short text value of this field from the milliseconds.
getAsShortText(ReadablePartial, int, Locale) - Method in class org.joda.time.field.BaseDateTimeField
Get the human-readable, short text value of this field from a partial instant.
getAsShortText(ReadablePartial, Locale) - Method in class org.joda.time.field.BaseDateTimeField
Get the human-readable, short text value of this field from a partial instant.
getAsShortText(int, Locale) - Method in class org.joda.time.field.BaseDateTimeField
Get the human-readable, short text value of this field from the field value.
getAsShortText(long, Locale) - Method in class org.joda.time.field.DelegatedDateTimeField
 
getAsShortText(long) - Method in class org.joda.time.field.DelegatedDateTimeField
 
getAsShortText(ReadablePartial, int, Locale) - Method in class org.joda.time.field.DelegatedDateTimeField
 
getAsShortText(ReadablePartial, Locale) - Method in class org.joda.time.field.DelegatedDateTimeField
 
getAsShortText(int, Locale) - Method in class org.joda.time.field.DelegatedDateTimeField
 
getAsShortText(long, Locale) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
getAsShortText(long) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
getAsShortText(ReadablePartial, int, Locale) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
getAsShortText(ReadablePartial, Locale) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
getAsShortText(int, Locale) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
getAsString() - Method in class org.joda.time.field.AbstractPartialFieldProperty
Gets the value of this property from the instant as a string.
getAsString() - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Gets the value of this property from the instant as a string.
getAsText(long, Locale) - Method in class org.joda.time.DateTimeField
Get the human-readable, text value of this field from the milliseconds.
getAsText(long) - Method in class org.joda.time.DateTimeField
Get the human-readable, text value of this field from the milliseconds.
getAsText(ReadablePartial, int, Locale) - Method in class org.joda.time.DateTimeField
Get the human-readable, text value of this field from a partial instant.
getAsText(ReadablePartial, Locale) - Method in class org.joda.time.DateTimeField
Get the human-readable, text value of this field from a partial instant.
getAsText(int, Locale) - Method in class org.joda.time.DateTimeField
Get the human-readable, text value of this field from the field value.
getAsText() - Method in class org.joda.time.field.AbstractPartialFieldProperty
Gets the textual value of this property from the instant as a string in the default locale.
getAsText(Locale) - Method in class org.joda.time.field.AbstractPartialFieldProperty
Gets the textual value of this property from the instant as a string in the specified locale.
getAsText() - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Gets the textual value of this property from the instant as a string in the default locale.
getAsText(Locale) - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Gets the textual value of this property from the instant as a string in the specified locale.
getAsText(long, Locale) - Method in class org.joda.time.field.BaseDateTimeField
Get the human-readable, text value of this field from the milliseconds.
getAsText(long) - Method in class org.joda.time.field.BaseDateTimeField
Get the human-readable, text value of this field from the milliseconds.
getAsText(ReadablePartial, int, Locale) - Method in class org.joda.time.field.BaseDateTimeField
Get the human-readable, text value of this field from a partial instant.
getAsText(ReadablePartial, Locale) - Method in class org.joda.time.field.BaseDateTimeField
Get the human-readable, text value of this field from a partial instant.
getAsText(int, Locale) - Method in class org.joda.time.field.BaseDateTimeField
Get the human-readable, text value of this field from the field value.
getAsText(long, Locale) - Method in class org.joda.time.field.DelegatedDateTimeField
 
getAsText(long) - Method in class org.joda.time.field.DelegatedDateTimeField
 
getAsText(ReadablePartial, int, Locale) - Method in class org.joda.time.field.DelegatedDateTimeField
 
getAsText(ReadablePartial, Locale) - Method in class org.joda.time.field.DelegatedDateTimeField
 
getAsText(int, Locale) - Method in class org.joda.time.field.DelegatedDateTimeField
 
getAsText(long, Locale) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
getAsText(long) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
getAsText(ReadablePartial, int, Locale) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
getAsText(ReadablePartial, Locale) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
getAsText(int, Locale) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
getAvailableIDs() - Static method in class org.joda.time.DateTimeZone
Gets all the available IDs supported.
getAvailableIDs() - Method in interface org.joda.time.tz.Provider
Returns an unmodifiable set of ids.
getAvailableIDs() - Method in class org.joda.time.tz.UTCProvider
Returns a singleton collection containing only "UTC".
getAvailableIDs() - Method in class org.joda.time.tz.ZoneInfoProvider
Gets a list of all the available zone ids.
getBuddhist() - Static method in class org.joda.time.Chronology
Deprecated. Use BuddhistChronology.getInstance()
getBuddhist(DateTimeZone) - Static method in class org.joda.time.Chronology
Deprecated. Use BuddhistChronology.getInstance(zone)
getBuddhistUTC() - Static method in class org.joda.time.Chronology
Deprecated. Use BuddhistChronology.getInstanceUTC()
getCenturyOfEra() - Method in class org.joda.time.LocalDate
Get the year of era field value.
getCenturyOfEra() - Method in class org.joda.time.LocalDateTime
Get the year of era field value.
getCenturyOfEra() - Method in interface org.joda.time.ReadableDateTime
Get the year of era field value.
getCenturyOfEra() - Method in class org.joda.time.base.AbstractDateTime
Get the year of era field value.
getChronolgy() - Method in class org.joda.time.format.DateTimeFormatter
Gets the chronology to use as an override.
getChronology(Chronology) - Static method in class org.joda.time.DateTimeUtils
Gets the chronology handling null.
getChronology() - Method in class org.joda.time.Instant
Gets the chronology of the instant, which is ISO in the UTC zone.
getChronology() - Method in class org.joda.time.LocalDate
Gets the chronology of the date.
getChronology() - Method in class org.joda.time.LocalDateTime
Gets the chronology of the datetime.
getChronology() - Method in class org.joda.time.LocalTime
Gets the chronology of the time.
getChronology() - Method in class org.joda.time.Partial
Gets the chronology of the partial which is never null.
getChronology() - Method in interface org.joda.time.ReadableInstant
Gets the chronology of the instant.
getChronology() - Method in interface org.joda.time.ReadableInterval
Gets the chronology of the interval, which is the chronology of the first datetime.
getChronology() - Method in interface org.joda.time.ReadablePartial
Gets the chronology of the partial which is never null.
getChronology() - Method in class org.joda.time.base.BaseDateTime
Gets the chronology of the datetime.
getChronology() - Method in class org.joda.time.base.BaseInterval
Gets the chronology of this interval.
getChronology() - Method in class org.joda.time.base.BasePartial
Gets the chronology of the partial which is never null.
getChronology(Object, DateTimeZone) - Method in class org.joda.time.convert.AbstractConverter
Extracts the chronology from an object of this convertor's type where the time zone is specified.
getChronology(Object, Chronology) - Method in class org.joda.time.convert.AbstractConverter
Extracts the chronology from an object of this convertor's type where the chronology is specified.
getChronology(Object, DateTimeZone) - Method in interface org.joda.time.convert.InstantConverter
Extracts the chronology from an object of this converter's type where the time zone is specified.
getChronology(Object, Chronology) - Method in interface org.joda.time.convert.InstantConverter
Extracts the chronology from an object of this converter's type where the chronology may be specified.
getChronology(Object, DateTimeZone) - Method in interface org.joda.time.convert.PartialConverter
Extracts the chronology from an object of this converter's type where the time zone is specified.
getChronology(Object, Chronology) - Method in interface org.joda.time.convert.PartialConverter
Extracts the chronology from an object of this converter's type where the chronology is specified.
getChronology() - Method in class org.joda.time.format.DateTimeParserBucket
Gets the chronology of the bucket, which will be a local (UTC) chronology.
getCoptic() - Static method in class org.joda.time.Chronology
Deprecated. Use CopticChronology.getInstance()
getCoptic(DateTimeZone) - Static method in class org.joda.time.Chronology
Deprecated. Use CopticChronology.getInstance(zone)
getCopticUTC() - Static method in class org.joda.time.Chronology
Deprecated. Use CopticChronology.getInstanceUTC()
getDateMidnight() - Method in class org.joda.time.DateMidnight.Property
Gets the datetime being used.
getDateOnlyInstance() - Static method in class org.joda.time.DateTimeComparator
Returns a comparator that only considers date fields.
getDateTime() - Method in class org.joda.time.DateTime.Property
Gets the datetime being used.
getDateTimeFieldType() - Method in class org.joda.time.IllegalFieldValueException
Returns the DateTimeFieldType whose value was invalid, or null if not applicable.
getDateTimeMillis(int, int, int, int) - Method in class org.joda.time.Chronology
Returns a datetime millisecond instant, formed from the given year, month, day, and millisecond values.
getDateTimeMillis(int, int, int, int, int, int, int) - Method in class org.joda.time.Chronology
Returns a datetime millisecond instant, formed from the given year, month, day, hour, minute, second, and millisecond values.
getDateTimeMillis(long, int, int, int, int) - Method in class org.joda.time.Chronology
Returns a datetime millisecond instant, from from the given instant, hour, minute, second, and millisecond values.
getDateTimeMillis(int, int, int, int) - Method in class org.joda.time.chrono.AssembledChronology
 
getDateTimeMillis(int, int, int, int, int, int, int) - Method in class org.joda.time.chrono.AssembledChronology
 
getDateTimeMillis(long, int, int, int, int) - Method in class org.joda.time.chrono.AssembledChronology
 
getDateTimeMillis(int, int, int, int) - Method in class org.joda.time.chrono.BaseChronology
Returns a datetime millisecond instant, formed from the given year, month, day, and millisecond values.
getDateTimeMillis(int, int, int, int, int, int, int) - Method in class org.joda.time.chrono.BaseChronology
Returns a datetime millisecond instant, formed from the given year, month, day, hour, minute, second, and millisecond values.
getDateTimeMillis(long, int, int, int, int) - Method in class org.joda.time.chrono.BaseChronology
Returns a datetime millisecond instant, from from the given instant, hour, minute, second, and millisecond values.
getDateTimeMillis(int, int, int, int) - Method in class org.joda.time.chrono.GJChronology
 
getDateTimeMillis(int, int, int, int, int, int, int) - Method in class org.joda.time.chrono.GJChronology
 
getDateTimeMillis(int, int, int, int) - Method in class org.joda.time.chrono.LimitChronology
 
getDateTimeMillis(int, int, int, int, int, int, int) - Method in class org.joda.time.chrono.LimitChronology
 
getDateTimeMillis(long, int, int, int, int) - Method in class org.joda.time.chrono.LimitChronology
 
getDateTimeMillis(int, int, int, int) - Method in class org.joda.time.chrono.ZonedChronology
 
getDateTimeMillis(int, int, int, int, int, int, int) - Method in class org.joda.time.chrono.ZonedChronology
 
getDateTimeMillis(long, int, int, int, int) - Method in class org.joda.time.chrono.ZonedChronology
 
getDayOfMonth() - Method in class org.joda.time.LocalDate
Get the day of month field value.
getDayOfMonth() - Method in class org.joda.time.LocalDateTime
Get the day of month field value.
getDayOfMonth() - Method in interface org.joda.time.ReadableDateTime
Get the day of month field value.
getDayOfMonth() - Method in class org.joda.time.YearMonthDay
Deprecated. Get the day of month field value.
getDayOfMonth() - Method in class org.joda.time.base.AbstractDateTime
Get the day of month field value.
getDayOfWeek() - Method in class org.joda.time.LocalDate
Get the day of week field value.
getDayOfWeek() - Method in class org.joda.time.LocalDateTime
Get the day of week field value.
getDayOfWeek() - Method in interface org.joda.time.ReadableDateTime
Get the day of week field value.
getDayOfWeek() - Method in class org.joda.time.base.AbstractDateTime
Get the day of week field value.
getDayOfYear() - Method in class org.joda.time.LocalDate
Get the day of year field value.
getDayOfYear() - Method in class org.joda.time.LocalDateTime
Get the day of year field value.
getDayOfYear() - Method in interface org.joda.time.ReadableDateTime
Get the day of year field value.
getDayOfYear() - Method in class org.joda.time.base.AbstractDateTime
Get the day of year field value.
getDays() - Method in class org.joda.time.Days
Gets the number of days that this period represents.
getDays() - Method in class org.joda.time.MutablePeriod
Gets the days field part of the period.
getDays() - Method in class org.joda.time.Period
Gets the days field part of the period.
getDefault() - Static method in class org.joda.time.DateTimeZone
Gets the default time zone.
getDefault() - Static method in class org.joda.time.format.PeriodFormat
Gets the default PeriodFormatter.
getDifference(long, long) - Method in class org.joda.time.DateTimeField
Computes the difference between two instants, as measured in the units of this field.
getDifference(long, long) - Method in class org.joda.time.DurationField
Computes the difference between two instants, as measured in the units of this field.
getDifference(ReadableInstant) - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Returns the difference between this field property instant and the one passed in, in the units of this field.
getDifference(long, long) - Method in class org.joda.time.field.BaseDateTimeField
Computes the difference between two instants, as measured in the units of this field.
getDifference(long, long) - Method in class org.joda.time.field.BaseDurationField
 
getDifference(long, long) - Method in class org.joda.time.field.DelegatedDateTimeField
 
getDifference(long, long) - Method in class org.joda.time.field.DelegatedDurationField
 
getDifference(long, long) - Method in class org.joda.time.field.DividedDateTimeField
 
getDifference(long, long) - Method in class org.joda.time.field.ImpreciseDateTimeField
Computes the difference between two instants, as measured in the units of this field.
getDifference(long, long) - Method in class org.joda.time.field.MillisDurationField
 
getDifference(long, long) - Method in class org.joda.time.field.ScaledDurationField
 
getDifference(long, long) - Method in class org.joda.time.field.UnsupportedDateTimeField
Delegates to the duration field.
getDifference(long, long) - Method in class org.joda.time.field.UnsupportedDurationField
Always throws UnsupportedOperationException
getDifference(long, long) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
 
getDifferenceAsLong(long, long) - Method in class org.joda.time.DateTimeField
Computes the difference between two instants, as measured in the units of this field.
getDifferenceAsLong(long, long) - Method in class org.joda.time.DurationField
Computes the difference between two instants, as measured in the units of this field.
getDifferenceAsLong(ReadableInstant) - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Returns the difference between this field property instant and the one passed in, in the units of this field.
getDifferenceAsLong(long, long) - Method in class org.joda.time.field.BaseDateTimeField
Computes the difference between two instants, as measured in the units of this field.
getDifferenceAsLong(long, long) - Method in class org.joda.time.field.DecoratedDurationField
 
getDifferenceAsLong(long, long) - Method in class org.joda.time.field.DelegatedDateTimeField
 
getDifferenceAsLong(long, long) - Method in class org.joda.time.field.DelegatedDurationField
 
getDifferenceAsLong(long, long) - Method in class org.joda.time.field.DividedDateTimeField
 
getDifferenceAsLong(long, long) - Method in class org.joda.time.field.ImpreciseDateTimeField
Computes the difference between two instants, as measured in the units of this field.
getDifferenceAsLong(long, long) - Method in class org.joda.time.field.MillisDurationField
 
getDifferenceAsLong(long, long) - Method in class org.joda.time.field.PreciseDurationField
 
getDifferenceAsLong(long, long) - Method in class org.joda.time.field.ScaledDurationField
 
getDifferenceAsLong(long, long) - Method in class org.joda.time.field.UnsupportedDateTimeField
Delegates to the duration field.
getDifferenceAsLong(long, long) - Method in class org.joda.time.field.UnsupportedDurationField
Always throws UnsupportedOperationException
getDifferenceAsLong(long, long) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
 
getDivisor() - Method in class org.joda.time.field.DividedDateTimeField
Returns the divisor applied, in the field's units.
getDivisor() - Method in class org.joda.time.field.RemainderDateTimeField
Returns the divisor applied, in the field's units.
getDurationConverter(Object) - Method in class org.joda.time.convert.ConverterManager
Gets the best converter for the object specified.
getDurationConverters() - Method in class org.joda.time.convert.ConverterManager
Gets a copy of the list of converters.
getDurationField() - Method in class org.joda.time.DateTimeField
Returns the duration per unit value of this field.
getDurationField() - Method in class org.joda.time.field.AbstractPartialFieldProperty
Returns the duration per unit value of this field.
getDurationField() - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Returns the duration per unit value of this field.
getDurationField() - Method in class org.joda.time.field.BaseDateTimeField
Returns the duration per unit value of this field.
getDurationField() - Method in class org.joda.time.field.DecoratedDateTimeField
 
getDurationField() - Method in class org.joda.time.field.DelegatedDateTimeField
 
getDurationField() - Method in class org.joda.time.field.DividedDateTimeField
Returns a scaled version of the wrapped field's unit duration field.
getDurationField() - Method in class org.joda.time.field.ImpreciseDateTimeField
 
getDurationField() - Method in class org.joda.time.field.PreciseDurationDateTimeField
Returns the duration per unit value of this field.
getDurationField() - Method in class org.joda.time.field.UnsupportedDateTimeField
Even though this DateTimeField is unsupported, the duration field might be supported.
getDurationFieldType() - Method in class org.joda.time.IllegalFieldValueException
Returns the DurationFieldType whose value was invalid, or null if not applicable.
getDurationMillis(ReadableDuration) - Static method in class org.joda.time.DateTimeUtils
Gets the millisecond duration from the specified duration object handling null.
getDurationMillis(Object) - Method in interface org.joda.time.convert.DurationConverter
Extracts the millis from an object of this convertor's type.
getDurationType() - Method in class org.joda.time.DateTimeFieldType
Get the duration unit of the field.
getEnd() - Method in interface org.joda.time.ReadableInterval
Gets the end of this time interval, which is exclusive, as a DateTime.
getEnd() - Method in class org.joda.time.base.AbstractInterval
Gets the end of this time interval, which is exclusive, as a DateTime.
getEndMillis() - Method in interface org.joda.time.ReadableInterval
Gets the end of this time interval which is exclusive.
getEndMillis() - Method in class org.joda.time.base.BaseInterval
Gets the end of this time interval which is exclusive.
getEra() - Method in class org.joda.time.LocalDate
Get the era field value.
getEra() - Method in class org.joda.time.LocalDateTime
Get the era field value.
getEra() - Method in interface org.joda.time.ReadableDateTime
Get the era field value.
getEra() - Method in class org.joda.time.base.AbstractDateTime
Get the era field value.
getField() - Method in class org.joda.time.DateMidnight.Property
Gets the field being used.
getField() - Method in class org.joda.time.DateTime.Property
Gets the field being used.
getField(Chronology) - Method in class org.joda.time.DateTimeFieldType
Gets a suitable field for this type from the given Chronology.
getField(Chronology) - Method in class org.joda.time.DurationFieldType
Gets a suitable field for this type from the given Chronology.
getField() - Method in class org.joda.time.LocalDate.Property
Gets the field being used.
getField() - Method in class org.joda.time.LocalDateTime.Property
Gets the field being used.
getField() - Method in class org.joda.time.LocalTime.Property
Gets the field being used.
getField() - Method in class org.joda.time.MutableDateTime.Property
Gets the field being used.
getField() - Method in class org.joda.time.Partial.Property
Gets the field that this property uses.
getField(int) - Method in interface org.joda.time.ReadablePartial
Gets the field at the specified index.
getField() - Method in class org.joda.time.TimeOfDay.Property
Deprecated. Gets the field that this property uses.
getField() - Method in class org.joda.time.YearMonthDay.Property
Deprecated. Gets the field that this property uses.
getField(int) - Method in class org.joda.time.base.AbstractPartial
Gets the field at the specifed index.
getField() - Method in class org.joda.time.field.AbstractPartialFieldProperty
Gets the field being used.
getField() - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Gets the field being used.
getFieldName() - Method in class org.joda.time.IllegalFieldValueException
Returns the name of the field whose value was invalid.
getFieldType() - Method in class org.joda.time.Days
Gets the duration field type, which is days.
getFieldType() - Method in class org.joda.time.Hours
Gets the duration field type, which is hours.
getFieldType() - Method in class org.joda.time.Minutes
Gets the duration field type, which is minutes.
getFieldType() - Method in class org.joda.time.Months
Gets the duration field type, which is months.
getFieldType(int) - Method in class org.joda.time.Partial
Gets the field type at the specified index.
getFieldType(int) - Method in class org.joda.time.PeriodType
Gets the field type by index.
getFieldType(int) - Method in interface org.joda.time.ReadablePartial
Gets the field type at the specified index.
getFieldType(int) - Method in interface org.joda.time.ReadablePeriod
Gets the field type at the specified index.
getFieldType() - Method in class org.joda.time.Seconds
Gets the duration field type, which is seconds.
getFieldType(int) - Method in class org.joda.time.TimeOfDay
Deprecated. Gets the field type at the specified index.
getFieldType() - Method in class org.joda.time.Weeks
Gets the duration field type, which is weeks.
getFieldType(int) - Method in class org.joda.time.YearMonthDay
Deprecated. Gets the field type at the specified index.
getFieldType() - Method in class org.joda.time.Years
Gets the duration field type, which is years.
getFieldType(int) - Method in class org.joda.time.base.AbstractPartial
Gets the field type at the specifed index.
getFieldType(int) - Method in class org.joda.time.base.BasePeriod
Gets the field type at the specified index.
getFieldType() - Method in class org.joda.time.base.BaseSingleFieldPeriod
Gets the single duration field type.
getFieldType(int) - Method in class org.joda.time.base.BaseSingleFieldPeriod
Gets the field type at the specified index.
getFieldType() - Method in class org.joda.time.field.AbstractPartialFieldProperty
Gets the field type being used.
getFieldType() - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Gets the field type being used.
getFieldTypes() - Method in class org.joda.time.Partial
Gets an array of the field type of each of the fields that this partial supports.
getFieldTypes() - Method in class org.joda.time.TimeOfDay
Deprecated. Gets an array of the field type of each of the fields that this partial supports.
getFieldTypes() - Method in class org.joda.time.YearMonthDay
Deprecated. Gets an array of the field type of each of the fields that this partial supports.
getFieldTypes() - Method in class org.joda.time.base.AbstractPartial
Gets an array of the field types that this partial supports.
getFieldTypes() - Method in class org.joda.time.base.AbstractPeriod
Gets an array of the field types that this period supports.
getFields() - Method in class org.joda.time.base.AbstractPartial
Gets an array of the fields that this partial supports.
getFormatter() - Method in class org.joda.time.Partial
Gets a formatter suitable for the fields in this partial.
getGJ() - Static method in class org.joda.time.Chronology
Deprecated. Use GJChronology.getInstance()
getGJ(DateTimeZone) - Static method in class org.joda.time.Chronology
Deprecated. Use GJChronology.getInstance(zone)
getGJUTC() - Static method in class org.joda.time.Chronology
Deprecated. Use GJChronology.getInstanceUTC()
getGregorian() - Static method in class org.joda.time.Chronology
Deprecated. Use GregorianChronology.getInstance()
getGregorian(DateTimeZone) - Static method in class org.joda.time.Chronology
Deprecated. Use GregorianChronology.getInstance(zone)
getGregorianCutover() - Method in class org.joda.time.chrono.GJChronology
Gets the cutover instant between Gregorian and Julian chronologies.
getGregorianUTC() - Static method in class org.joda.time.Chronology
Deprecated. Use GregorianChronology.getInstanceUTC()
getHourOfDay() - Method in class org.joda.time.LocalDateTime
Get the hour of day field value.
getHourOfDay() - Method in class org.joda.time.LocalTime
Get the hour of day field value.
getHourOfDay() - Method in interface org.joda.time.ReadableDateTime
Get the hour of day field value.
getHourOfDay() - Method in class org.joda.time.TimeOfDay
Deprecated. Get the hour of day (0-23) field value.
getHourOfDay() - Method in class org.joda.time.base.AbstractDateTime
Get the hour of day field value.
getHours() - Method in class org.joda.time.Hours
Gets the number of hours that this period represents.
getHours() - Method in class org.joda.time.MutablePeriod
Gets the hours field part of the period.
getHours() - Method in class org.joda.time.Period
Gets the hours field part of the period.
getID() - Method in class org.joda.time.DateTimeZone
Gets the ID of this datetime zone.
getISO() - Static method in class org.joda.time.Chronology
Deprecated. Use ISOChronology.getInstance()
getISO(DateTimeZone) - Static method in class org.joda.time.Chronology
Deprecated. Use ISOChronology.getInstance(zone)
getISOUTC() - Static method in class org.joda.time.Chronology
Deprecated. Use ISOChronology.getInstanceUTC()
getIllegalNumberValue() - Method in class org.joda.time.IllegalFieldValueException
Returns the illegal integer value assigned to the field, or null if not applicable.
getIllegalStringValue() - Method in class org.joda.time.IllegalFieldValueException
Returns the illegal string value assigned to the field, or null if not applicable.
getIllegalValueAsString() - Method in class org.joda.time.IllegalFieldValueException
Returns the illegal value assigned to the field as a non-null string.
getInstance() - Static method in class org.joda.time.DateTimeComparator
Returns a DateTimeComparator the compares the entire date time value.
getInstance(DateTimeFieldType) - Static method in class org.joda.time.DateTimeComparator
Returns a DateTimeComparator with a lower limit only.
getInstance(DateTimeFieldType, DateTimeFieldType) - Static method in class org.joda.time.DateTimeComparator
Returns a DateTimeComparator with a lower and upper limit.
getInstance() - Static method in class org.joda.time.chrono.BuddhistChronology
Standard instance of a Buddhist Chronology, that matches Sun's BuddhistCalendar class.
getInstance(DateTimeZone) - Static method in class org.joda.time.chrono.BuddhistChronology
Standard instance of a Buddhist Chronology, that matches Sun's BuddhistCalendar class.
getInstance() - Static method in class org.joda.time.chrono.CopticChronology
Gets an instance of the CopticChronology in the default time zone.
getInstance(DateTimeZone) - Static method in class org.joda.time.chrono.CopticChronology
Gets an instance of the CopticChronology in the given time zone.
getInstance(DateTimeZone, int) - Static method in class org.joda.time.chrono.CopticChronology
Gets an instance of the CopticChronology in the given time zone.
getInstance() - Static method in class org.joda.time.chrono.EthiopicChronology
Gets an instance of the EthiopicChronology in the default time zone.
getInstance(DateTimeZone) - Static method in class org.joda.time.chrono.EthiopicChronology
Gets an instance of the EthiopicChronology in the given time zone.
getInstance(DateTimeZone, int) - Static method in class org.joda.time.chrono.EthiopicChronology
Gets an instance of the EthiopicChronology in the given time zone.
getInstance() - Static method in class org.joda.time.chrono.GJChronology
Factory method returns instances of the default GJ cutover chronology.
getInstance(DateTimeZone) - Static method in class org.joda.time.chrono.GJChronology
Factory method returns instances of the GJ cutover chronology.
getInstance(DateTimeZone, ReadableInstant) - Static method in class org.joda.time.chrono.GJChronology
Factory method returns instances of the GJ cutover chronology.
getInstance(DateTimeZone, ReadableInstant, int) - Static method in class org.joda.time.chrono.GJChronology
Factory method returns instances of the GJ cutover chronology.
getInstance(DateTimeZone, long, int) - Static method in class org.joda.time.chrono.GJChronology
Factory method returns instances of the GJ cutover chronology.
getInstance() - Static method in class org.joda.time.chrono.GregorianChronology
Gets an instance of the GregorianChronology in the default time zone.
getInstance(DateTimeZone) - Static method in class org.joda.time.chrono.GregorianChronology
Gets an instance of the GregorianChronology in the given time zone.
getInstance(DateTimeZone, int) - Static method in class org.joda.time.chrono.GregorianChronology
Gets an instance of the GregorianChronology in the given time zone.
getInstance() - Static method in class org.joda.time.chrono.ISOChronology
Gets an instance of the ISOChronology in the default time zone.
getInstance(DateTimeZone) - Static method in class org.joda.time.chrono.ISOChronology
Gets an instance of the ISOChronology in the given time zone.
getInstance() - Static method in class org.joda.time.chrono.IslamicChronology
Gets an instance of the IslamicChronology in the default time zone.
getInstance(DateTimeZone) - Static method in class org.joda.time.chrono.IslamicChronology
Gets an instance of the IslamicChronology in the given time zone.
getInstance(DateTimeZone, IslamicChronology.LeapYearPatternType) - Static method in class org.joda.time.chrono.IslamicChronology
Gets an instance of the IslamicChronology in the given time zone.
getInstance() - Static method in class org.joda.time.chrono.JulianChronology
Gets an instance of the JulianChronology in the default time zone.
getInstance(DateTimeZone) - Static method in class org.joda.time.chrono.JulianChronology
Gets an instance of the JulianChronology in the given time zone.
getInstance(DateTimeZone, int) - Static method in class org.joda.time.chrono.JulianChronology
Gets an instance of the JulianChronology in the given time zone.
getInstance(Chronology) - Static method in class org.joda.time.chrono.LenientChronology
Create a LenientChronology for any chronology.
getInstance(Chronology, ReadableDateTime, ReadableDateTime) - Static method in class org.joda.time.chrono.LimitChronology
Wraps another chronology, with datetime limits.
getInstance(Chronology) - Static method in class org.joda.time.chrono.StrictChronology
Create a StrictChronology for any chronology.
getInstance(Chronology, DateTimeZone) - Static method in class org.joda.time.chrono.ZonedChronology
Create a ZonedChronology for any chronology, overriding any time zone it may already have.
getInstance() - Static method in class org.joda.time.convert.ConverterManager
 
getInstance(DateTimeField, Chronology) - Static method in class org.joda.time.field.LenientDateTimeField
Returns a lenient version of the given field.
getInstance(DateTimeField) - Static method in class org.joda.time.field.StrictDateTimeField
Returns a strict version of the given field.
getInstance(DateTimeFieldType, DurationField) - Static method in class org.joda.time.field.UnsupportedDateTimeField
Gets an instance of UnsupportedDateTimeField for a specific named field.
getInstance(DurationFieldType) - Static method in class org.joda.time.field.UnsupportedDurationField
Gets an instance of UnsupportedDurationField for a specific named field.
getInstanceUTC() - Static method in class org.joda.time.chrono.BuddhistChronology
Standard instance of a Buddhist Chronology, that matches Sun's BuddhistCalendar class.
getInstanceUTC() - Static method in class org.joda.time.chrono.CopticChronology
Gets an instance of the CopticChronology.
getInstanceUTC() - Static method in class org.joda.time.chrono.EthiopicChronology
Gets an instance of the EthiopicChronology.
getInstanceUTC() - Static method in class org.joda.time.chrono.GJChronology
Factory method returns instances of the default GJ cutover chronology.
getInstanceUTC() - Static method in class org.joda.time.chrono.GregorianChronology
Gets an instance of the GregorianChronology.
getInstanceUTC() - Static method in class org.joda.time.chrono.ISOChronology
Gets an instance of the ISOChronology.
getInstanceUTC() - Static method in class org.joda.time.chrono.IslamicChronology
Gets an instance of the IslamicChronology.
getInstanceUTC() - Static method in class org.joda.time.chrono.JulianChronology
Gets an instance of the JulianChronology.
getInstantChronology(ReadableInstant) - Static method in class org.joda.time.DateTimeUtils
Gets the chronology from the specified instant object handling null.
getInstantConverter(Object) - Method in class org.joda.time.convert.ConverterManager
Gets the best converter for the object specified.
getInstantConverters() - Method in class org.joda.time.convert.ConverterManager
Gets a copy of the set of converters.
getInstantMillis(ReadableInstant) - Static method in class org.joda.time.DateTimeUtils
Gets the millisecond instant from the specified instant object handling null.
getInstantMillis(Object, Chronology) - Method in class org.joda.time.convert.AbstractConverter
Extracts the millis from an object of this convertor's type.
getInstantMillis(Object, Chronology) - Method in interface org.joda.time.convert.InstantConverter
Extracts the millis from an object of this converter's type.
getIntervalChronology(ReadableInstant, ReadableInstant) - Static method in class org.joda.time.DateTimeUtils
Gets the chronology from the specified instant based interval handling null.
getIntervalChronology(ReadableInterval) - Static method in class org.joda.time.DateTimeUtils
Gets the chronology from the specified interval object handling null.
getIntervalConverter(Object) - Method in class org.joda.time.convert.ConverterManager
Gets the best converter for the object specified.
getIntervalConverters() - Method in class org.joda.time.convert.ConverterManager
Gets a copy of the list of converters.
getJulian() - Static method in class org.joda.time.Chronology
Deprecated. Use JulianChronology.getInstance()
getJulian(DateTimeZone) - Static method in class org.joda.time.Chronology
Deprecated. Use JulianChronology.getInstance(zone)
getJulianUTC() - Static method in class org.joda.time.Chronology
Deprecated. Use JulianChronology.getInstanceUTC()
getLeapAmount(long) - Method in class org.joda.time.DateTimeField
Gets the amount by which this field is 'leap' for the specified instant.
getLeapAmount() - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Gets the amount by which this field is leap.
getLeapAmount(long) - Method in class org.joda.time.field.BaseDateTimeField
Gets the amount by which this field is 'leap' for the specified instant.
getLeapAmount(long) - Method in class org.joda.time.field.DelegatedDateTimeField
 
getLeapAmount(long) - Method in class org.joda.time.field.OffsetDateTimeField
 
getLeapAmount(long) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
getLeapAmount(long) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
 
getLeapDurationField() - Method in class org.joda.time.DateTimeField
If this field were to leap, then it would be in units described by the returned duration.
getLeapDurationField() - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
If this field were to leap, then it would be in units described by the returned duration.
getLeapDurationField() - Method in class org.joda.time.field.BaseDateTimeField
If this field were to leap, then it would be in units described by the returned duration.
getLeapDurationField() - Method in class org.joda.time.field.DelegatedDateTimeField
 
getLeapDurationField() - Method in class org.joda.time.field.OffsetDateTimeField
 
getLeapDurationField() - Method in class org.joda.time.field.UnsupportedDateTimeField
Always returns null.
getLeapDurationField() - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
 
getLeapYearPatternType() - Method in class org.joda.time.chrono.IslamicChronology
Gets the leap year pattern type.
getLocalDate() - Method in class org.joda.time.LocalDate.Property
Gets the LocalDate object linked to this property.
getLocalDateTime() - Method in class org.joda.time.LocalDateTime.Property
Gets the LocalDateTime object linked to this property.
getLocalTime() - Method in class org.joda.time.LocalTime.Property
Gets the LocalTime object linked to this property.
getLocale() - Method in class org.joda.time.format.DateTimeFormatter
Gets the locale that will be used for printing and parsing.
getLocale() - Method in class org.joda.time.format.DateTimeParserBucket
Returns the locale to be used during parsing.
getLocale() - Method in class org.joda.time.format.PeriodFormatter
Gets the locale that will be used for printing and parsing.
getLowerBound() - Method in class org.joda.time.IllegalFieldValueException
Returns the lower bound of the legal value range, or null if not applicable.
getLowerLimit() - Method in class org.joda.time.DateTimeComparator
Gets the field type that represents the lower limit of comparison.
getLowerLimit() - Method in class org.joda.time.chrono.LimitChronology
Returns the inclusive lower limit instant.
getMaximumShortTextLength(Locale) - Method in class org.joda.time.DateTimeField
Get the maximum short text value for this field.
getMaximumShortTextLength(Locale) - Method in class org.joda.time.field.AbstractPartialFieldProperty
Gets the maximum short text length for the field.
getMaximumShortTextLength(Locale) - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Gets the maximum short text length for the field.
getMaximumShortTextLength(Locale) - Method in class org.joda.time.field.BaseDateTimeField
Get the maximum short text value for this field.
getMaximumShortTextLength(Locale) - Method in class org.joda.time.field.DelegatedDateTimeField
 
getMaximumShortTextLength(Locale) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
getMaximumTextLength(Locale) - Method in class org.joda.time.DateTimeField
Get the maximum text value for this field.
getMaximumTextLength(Locale) - Method in class org.joda.time.field.AbstractPartialFieldProperty
Gets the maximum text length for the field.
getMaximumTextLength(Locale) - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Gets the maximum text length for the field.
getMaximumTextLength(Locale) - Method in class org.joda.time.field.BaseDateTimeField
Get the maximum text value for this field.
getMaximumTextLength(Locale) - Method in class org.joda.time.field.DelegatedDateTimeField
 
getMaximumTextLength(Locale) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
getMaximumValue() - Method in class org.joda.time.DateTimeField
Get the maximum allowable value for this field.
getMaximumValue(long) - Method in class org.joda.time.DateTimeField
Get the maximum value for this field evaluated at the specified time.
getMaximumValue(ReadablePartial) - Method in class org.joda.time.DateTimeField
Get the maximum value for this field evaluated at the specified time.
getMaximumValue(ReadablePartial, int[]) - Method in class org.joda.time.DateTimeField
Get the maximum value for this field using the partial instant and the specified values.
getMaximumValue() - Method in class org.joda.time.field.AbstractPartialFieldProperty
Gets the maximum value for this field given the current field values.
getMaximumValue() - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Gets the maximum value for the field.
getMaximumValue() - Method in class org.joda.time.field.BaseDateTimeField
Get the maximum allowable value for this field.
getMaximumValue(long) - Method in class org.joda.time.field.BaseDateTimeField
Get the maximum value for this field evaluated at the specified time.
getMaximumValue(ReadablePartial) - Method in class org.joda.time.field.BaseDateTimeField
Get the maximum value for this field evaluated at the specified instant.
getMaximumValue(ReadablePartial, int[]) - Method in class org.joda.time.field.BaseDateTimeField
Get the maximum value for this field using the partial instant and the specified values.
getMaximumValue() - Method in class org.joda.time.field.DecoratedDateTimeField
 
getMaximumValue() - Method in class org.joda.time.field.DelegatedDateTimeField
 
getMaximumValue(long) - Method in class org.joda.time.field.DelegatedDateTimeField
 
getMaximumValue(ReadablePartial) - Method in class org.joda.time.field.DelegatedDateTimeField
 
getMaximumValue(ReadablePartial, int[]) - Method in class org.joda.time.field.DelegatedDateTimeField
 
getMaximumValue() - Method in class org.joda.time.field.DividedDateTimeField
Get the maximum value for the field.
getMaximumValue() - Method in class org.joda.time.field.OffsetDateTimeField
Get the maximum value for the field.
getMaximumValue() - Method in class org.joda.time.field.PreciseDateTimeField
Get the maximum value for the field.
getMaximumValue() - Method in class org.joda.time.field.RemainderDateTimeField
Get the maximum value for the field, which is always one less than the divisor.
getMaximumValue() - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
getMaximumValue(long) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
getMaximumValue(ReadablePartial) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
getMaximumValue(ReadablePartial, int[]) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
getMaximumValue() - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
Get the maximum value for the field, which is one more than the wrapped field's maximum value.
getMaximumValue(long) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
Get the maximum value for the field, which is one more than the wrapped field's maximum value.
getMaximumValue(ReadablePartial) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
Get the maximum value for the field, which is one more than the wrapped field's maximum value.
getMaximumValue(ReadablePartial, int[]) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
Get the maximum value for the field, which is one more than the wrapped field's maximum value.
getMaximumValueOverall() - Method in class org.joda.time.field.AbstractPartialFieldProperty
Gets the maximum value for the field ignoring the current time.
getMaximumValueOverall() - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Gets the maximum value for the field ignoring the current time.
getMessage() - Method in class org.joda.time.IllegalFieldValueException
 
getMillis(int) - Method in class org.joda.time.DurationField
Get the millisecond duration of this field from its value, which is approximate if this field is imprecise.
getMillis(long) - Method in class org.joda.time.DurationField
Get the millisecond duration of this field from its value, which is approximate if this field is imprecise.
getMillis(int, long) - Method in class org.joda.time.DurationField
Get the millisecond duration of this field from its value relative to an instant.
getMillis(long, long) - Method in class org.joda.time.DurationField
Get the millisecond duration of this field from its value relative to an instant.
getMillis() - Method in class org.joda.time.Instant
Gets the milliseconds of the instant.
getMillis() - Method in class org.joda.time.MutablePeriod
Gets the millis field part of the period.
getMillis() - Method in class org.joda.time.Period
Gets the millis field part of the period.
getMillis() - Method in interface org.joda.time.ReadableDuration
Gets the total length of this duration in milliseconds.
getMillis() - Method in interface org.joda.time.ReadableInstant
Get the value as the number of milliseconds since the epoch, 1970-01-01T00:00:00Z.
getMillis() - Method in class org.joda.time.base.BaseDateTime
Gets the milliseconds of the datetime instant from the Java epoch of 1970-01-01T00:00:00Z.
getMillis() - Method in class org.joda.time.base.BaseDuration
Gets the length of this duration in milliseconds.
getMillis(int) - Method in class org.joda.time.field.BaseDurationField
Get the millisecond duration of this field from its value, which is approximate if this field is imprecise.
getMillis(long) - Method in class org.joda.time.field.BaseDurationField
Get the millisecond duration of this field from its value, which is approximate if this field is imprecise.
getMillis(int, long) - Method in class org.joda.time.field.DecoratedDurationField
 
getMillis(long, long) - Method in class org.joda.time.field.DecoratedDurationField
 
getMillis(int) - Method in class org.joda.time.field.DelegatedDurationField
 
getMillis(long) - Method in class org.joda.time.field.DelegatedDurationField
 
getMillis(int, long) - Method in class org.joda.time.field.DelegatedDurationField
 
getMillis(long, long) - Method in class org.joda.time.field.DelegatedDurationField
 
getMillis(int) - Method in class org.joda.time.field.MillisDurationField
 
getMillis(long) - Method in class org.joda.time.field.MillisDurationField
 
getMillis(int, long) - Method in class org.joda.time.field.MillisDurationField
 
getMillis(long, long) - Method in class org.joda.time.field.MillisDurationField
 
getMillis(int, long) - Method in class org.joda.time.field.PreciseDurationField
Get the millisecond duration of this field from its value.
getMillis(long, long) - Method in class org.joda.time.field.PreciseDurationField
Get the millisecond duration of this field from its value.
getMillis(int) - Method in class org.joda.time.field.ScaledDurationField
 
getMillis(long) - Method in class org.joda.time.field.ScaledDurationField
 
getMillis(int, long) - Method in class org.joda.time.field.ScaledDurationField
 
getMillis(long, long) - Method in class org.joda.time.field.ScaledDurationField
 
getMillis(int) - Method in class org.joda.time.field.UnsupportedDurationField
Always throws UnsupportedOperationException
getMillis(long) - Method in class org.joda.time.field.UnsupportedDurationField
Always throws UnsupportedOperationException
getMillis(int, long) - Method in class org.joda.time.field.UnsupportedDurationField
Always throws UnsupportedOperationException
getMillis(long, long) - Method in class org.joda.time.field.UnsupportedDurationField
Always throws UnsupportedOperationException
getMillisKeepLocal(DateTimeZone, long) - Method in class org.joda.time.DateTimeZone
Gets the millisecond instant in another zone keeping the same local time.
getMillisOfDay() - Method in class org.joda.time.LocalDateTime
Get the millis of day field value.
getMillisOfDay() - Method in class org.joda.time.LocalTime
Get the millis of day field value.
getMillisOfDay() - Method in interface org.joda.time.ReadableDateTime
Get the millis of day field value.
getMillisOfDay() - Method in class org.joda.time.base.AbstractDateTime
Get the millis of day field value.
getMillisOfSecond() - Method in class org.joda.time.LocalDateTime
Get the millis of second field value.
getMillisOfSecond() - Method in class org.joda.time.LocalTime
Get the millis of second field value.
getMillisOfSecond() - Method in interface org.joda.time.ReadableDateTime
Get the millis of second field value.
getMillisOfSecond() - Method in class org.joda.time.TimeOfDay
Deprecated. Get the millis of second field value.
getMillisOfSecond() - Method in class org.joda.time.base.AbstractDateTime
Get the millis of second field value.
getMinimumDaysInFirstWeek() - Method in class org.joda.time.chrono.GJChronology
Gets the minimum days needed for a week to be the first week in a year.
getMinimumValue() - Method in class org.joda.time.DateTimeField
Get the minimum allowable value for this field.
getMinimumValue(long) - Method in class org.joda.time.DateTimeField
Get the minimum value for this field evaluated at the specified time.
getMinimumValue(ReadablePartial) - Method in class org.joda.time.DateTimeField
Get the minimum value for this field evaluated at the specified time.
getMinimumValue(ReadablePartial, int[]) - Method in class org.joda.time.DateTimeField
Get the minimum value for this field using the partial instant and the specified values.
getMinimumValue() - Method in class org.joda.time.field.AbstractPartialFieldProperty
Gets the minimum value for this field given the current field values.
getMinimumValue() - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Gets the minimum value for the field.
getMinimumValue() - Method in class org.joda.time.field.BaseDateTimeField
Get the minimum allowable value for this field.
getMinimumValue(long) - Method in class org.joda.time.field.BaseDateTimeField
Get the minimum value for this field evaluated at the specified time.
getMinimumValue(ReadablePartial) - Method in class org.joda.time.field.BaseDateTimeField
Get the minimum value for this field evaluated at the specified instant.
getMinimumValue(ReadablePartial, int[]) - Method in class org.joda.time.field.BaseDateTimeField
Get the minimum value for this field using the partial instant and the specified values.
getMinimumValue() - Method in class org.joda.time.field.DecoratedDateTimeField
 
getMinimumValue() - Method in class org.joda.time.field.DelegatedDateTimeField
 
getMinimumValue(long) - Method in class org.joda.time.field.DelegatedDateTimeField
 
getMinimumValue(ReadablePartial) - Method in class org.joda.time.field.DelegatedDateTimeField
 
getMinimumValue(ReadablePartial, int[]) - Method in class org.joda.time.field.DelegatedDateTimeField
 
getMinimumValue() - Method in class org.joda.time.field.DividedDateTimeField
Get the minimum value for the field.
getMinimumValue() - Method in class org.joda.time.field.OffsetDateTimeField
Get the minimum value for the field.
getMinimumValue() - Method in class org.joda.time.field.PreciseDurationDateTimeField
Get the minimum value for the field.
getMinimumValue() - Method in class org.joda.time.field.RemainderDateTimeField
Get the minimum value for the field, which is always zero.
getMinimumValue() - Method in class org.joda.time.field.SkipDateTimeField
 
getMinimumValue() - Method in class org.joda.time.field.SkipUndoDateTimeField
 
getMinimumValue() - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
getMinimumValue(long) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
getMinimumValue(ReadablePartial) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
getMinimumValue(ReadablePartial, int[]) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
getMinimumValue() - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
Always returns 1.
getMinimumValue(long) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
Always returns 1.
getMinimumValue(ReadablePartial) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
Always returns 1.
getMinimumValue(ReadablePartial, int[]) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
Always returns 1.
getMinimumValueOverall() - Method in class org.joda.time.field.AbstractPartialFieldProperty
Gets the minimum value for the field ignoring the current time.
getMinimumValueOverall() - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Gets the minimum value for the field ignoring the current time.
getMinuteOfDay() - Method in interface org.joda.time.ReadableDateTime
Get the minute of day field value.
getMinuteOfDay() - Method in class org.joda.time.base.AbstractDateTime
Get the minute of day field value.
getMinuteOfHour() - Method in class org.joda.time.LocalDateTime
Get the minute of hour field value.
getMinuteOfHour() - Method in class org.joda.time.LocalTime
Get the minute of hour field value.
getMinuteOfHour() - Method in interface org.joda.time.ReadableDateTime
Get the minute of hour field value.
getMinuteOfHour() - Method in class org.joda.time.TimeOfDay
Deprecated. Get the minute of hour field value.
getMinuteOfHour() - Method in class org.joda.time.base.AbstractDateTime
Get the minute of hour field value.
getMinutes() - Method in class org.joda.time.Minutes
Gets the number of minutes that this period represents.
getMinutes() - Method in class org.joda.time.MutablePeriod
Gets the minutes field part of the period.
getMinutes() - Method in class org.joda.time.Period
Gets the minutes field part of the period.
getMonthOfYear() - Method in class org.joda.time.LocalDate
Get the month of year field value.
getMonthOfYear() - Method in class org.joda.time.LocalDateTime
Get the month of year field value.
getMonthOfYear() - Method in interface org.joda.time.ReadableDateTime
Get the month of year field value.
getMonthOfYear() - Method in class org.joda.time.YearMonthDay
Deprecated. Get the month of year field value.
getMonthOfYear() - Method in class org.joda.time.base.AbstractDateTime
Get the month of year field value.
getMonths() - Method in class org.joda.time.Months
Gets the number of months that this period represents.
getMonths() - Method in class org.joda.time.MutablePeriod
Gets the months field part of the period.
getMonths() - Method in class org.joda.time.Period
Gets the months field part of the period.
getMutableDateTime() - Method in class org.joda.time.MutableDateTime.Property
Gets the mutable datetime being used.
getName() - Method in class org.joda.time.DateTimeField
Get the name of the field.
getName() - Method in class org.joda.time.DateTimeFieldType
Get the name of the field.
getName(long) - Method in class org.joda.time.DateTimeZone
Gets the long name of this datetime zone suitable for display using the default locale.
getName(long, Locale) - Method in class org.joda.time.DateTimeZone
Gets the long name of this datetime zone suitable for display using the specified locale.
getName() - Method in class org.joda.time.DurationField
Get the name of the field.
getName() - Method in class org.joda.time.DurationFieldType
Get the name of the field.
getName() - Method in class org.joda.time.PeriodType
Gets the name of the period type.
getName() - Method in class org.joda.time.field.AbstractPartialFieldProperty
Gets the name of the field.
getName() - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Gets the name of the field.
getName() - Method in class org.joda.time.field.BaseDateTimeField
 
getName() - Method in class org.joda.time.field.BaseDurationField
 
getName() - Method in class org.joda.time.field.DelegatedDateTimeField
 
getName() - Method in class org.joda.time.field.DelegatedDurationField
 
getName() - Method in class org.joda.time.field.MillisDurationField
 
getName() - Method in class org.joda.time.field.UnsupportedDateTimeField
 
getName() - Method in class org.joda.time.field.UnsupportedDurationField
 
getName(Locale, String, String) - Method in class org.joda.time.tz.DefaultNameProvider
 
getName(Locale, String, String) - Method in interface org.joda.time.tz.NameProvider
Returns a localized name, or null if not found.
getNameKey(long) - Method in class org.joda.time.DateTimeZone
Returns a non-localized name that is unique to this time zone.
getNameKey(long) - Method in class org.joda.time.tz.CachedDateTimeZone
 
getNameKey(long) - Method in class org.joda.time.tz.FixedDateTimeZone
 
getNameProvider() - Static method in class org.joda.time.DateTimeZone
Gets the name provider factory.
getOffset(long) - Method in class org.joda.time.DateTimeZone
Gets the millisecond offset to add to UTC to get local time.
getOffset(ReadableInstant) - Method in class org.joda.time.DateTimeZone
Gets the millisecond offset to add to UTC to get local time.
getOffset() - Method in class org.joda.time.field.OffsetDateTimeField
Returns the offset added to the field values.
getOffset() - Method in class org.joda.time.format.DateTimeParserBucket
Returns the time zone offset in milliseconds used by computeMillis, unless getZone doesn't return null.
getOffset(long) - Method in class org.joda.time.tz.CachedDateTimeZone
 
getOffset(long) - Method in class org.joda.time.tz.FixedDateTimeZone
 
getOffsetFromLocal(long) - Method in class org.joda.time.DateTimeZone
Gets the millisecond offset to subtract from local time to get UTC time.
getOffsetFromLocal(long) - Method in class org.joda.time.tz.FixedDateTimeZone
 
getParseType() - Method in class org.joda.time.format.PeriodFormatter
Gets the PeriodType that will be used for parsing.
getParser() - Method in class org.joda.time.format.DateTimeFormatter
Gets the internal parser object that performs the real parsing work.
getParser() - Method in class org.joda.time.format.PeriodFormatter
Gets the internal parser object that performs the real parsing work.
getPartial() - Method in class org.joda.time.Partial.Property
Gets the partial that this property belongs to.
getPartialConverter(Object) - Method in class org.joda.time.convert.ConverterManager
Gets the best converter for the object specified.
getPartialConverters() - Method in class org.joda.time.convert.ConverterManager
Gets a copy of the set of converters.
getPartialValues(ReadablePartial, Object, Chronology) - Method in class org.joda.time.convert.AbstractConverter
Extracts the values of the partial from an object of this converter's type.
getPartialValues(ReadablePartial, Object, Chronology, DateTimeFormatter) - Method in class org.joda.time.convert.AbstractConverter
Extracts the values of the partial from an object of this converter's type.
getPartialValues(ReadablePartial, Object, Chronology) - Method in interface org.joda.time.convert.PartialConverter
Extracts the values of the partial from an object of this converter's type.
getPartialValues(ReadablePartial, Object, Chronology, DateTimeFormatter) - Method in interface org.joda.time.convert.PartialConverter
Extracts the values of the partial from an object of this converter's type.
getPeriodConverter(Object) - Method in class org.joda.time.convert.ConverterManager
Gets the best converter for the object specified.
getPeriodConverters() - Method in class org.joda.time.convert.ConverterManager
Gets a copy of the list of converters.
getPeriodType(PeriodType) - Static method in class org.joda.time.DateTimeUtils
Gets the period type handling null.
getPeriodType() - Method in class org.joda.time.Days
Gets the period type, which is days.
getPeriodType() - Method in class org.joda.time.Hours
Gets the period type, which is hours.
getPeriodType() - Method in class org.joda.time.Minutes
Gets the period type, which is minutes.
getPeriodType() - Method in class org.joda.time.Months
Gets the period type, which is months.
getPeriodType() - Method in interface org.joda.time.ReadablePeriod
Gets the period type that defines which fields are included in the period.
getPeriodType() - Method in class org.joda.time.Seconds
Gets the period type, which is seconds.
getPeriodType() - Method in class org.joda.time.Weeks
Gets the period type, which is weeks.
getPeriodType() - Method in class org.joda.time.Years
Gets the period type, which is years.
getPeriodType() - Method in class org.joda.time.base.BasePeriod
Gets the period type.
getPeriodType() - Method in class org.joda.time.base.BaseSingleFieldPeriod
Gets the period type which matches the duration field type.
getPeriodType(Object) - Method in class org.joda.time.convert.AbstractConverter
Selects a suitable period type for the given object.
getPeriodType(Object) - Method in interface org.joda.time.convert.PeriodConverter
Selects a suitable period type for the given object.
getPivotYear() - Method in class org.joda.time.format.DateTimeFormatter
Gets the pivot year to use as an override.
getPivotYear() - Method in class org.joda.time.format.DateTimeParserBucket
Returns the pivot year used for parsing two-digit years.
getPrinter() - Method in class org.joda.time.format.DateTimeFormatter
Gets the internal printer object that performs the real printing work.
getPrinter() - Method in class org.joda.time.format.PeriodFormatter
Gets the internal printer object that performs the real printing work.
getProvider() - Static method in class org.joda.time.DateTimeZone
Gets the zone provider factory.
getRange() - Method in class org.joda.time.field.PreciseDateTimeField
Returns the range of the field in the field's units.
getRangeDurationField() - Method in class org.joda.time.DateTimeField
Returns the range duration of this field.
getRangeDurationField() - Method in class org.joda.time.field.AbstractPartialFieldProperty
Returns the range duration of this field.
getRangeDurationField() - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Returns the range duration of this field.
getRangeDurationField() - Method in class org.joda.time.field.BaseDateTimeField
Returns the range duration of this field.
getRangeDurationField() - Method in class org.joda.time.field.DecoratedDateTimeField
 
getRangeDurationField() - Method in class org.joda.time.field.DelegatedDateTimeField
 
getRangeDurationField() - Method in class org.joda.time.field.ImpreciseDateTimeField
 
getRangeDurationField() - Method in class org.joda.time.field.PreciseDateTimeField
Returns the range duration of this field.
getRangeDurationField() - Method in class org.joda.time.field.RemainderDateTimeField
Returns a scaled version of the wrapped field's unit duration field.
getRangeDurationField() - Method in class org.joda.time.field.UnsupportedDateTimeField
Always returns null.
getRangeDurationType() - Method in class org.joda.time.DateTimeFieldType
Get the duration range of the field.
getReadableInterval(ReadableInterval) - Static method in class org.joda.time.DateTimeUtils
Gets the interval handling null.
getRoundingField() - Method in class org.joda.time.MutableDateTime
Gets the field used for rounding this instant, returning null if rounding is not enabled.
getRoundingMode() - Method in class org.joda.time.MutableDateTime
Gets the rounding mode for this instant, returning ROUND_NONE if rounding is not enabled.
getScalar() - Method in class org.joda.time.field.ScaledDurationField
Returns the scalar applied, in the field's units.
getSecondOfDay() - Method in interface org.joda.time.ReadableDateTime
Get the second of day field value.
getSecondOfDay() - Method in class org.joda.time.base.AbstractDateTime
Get the second of day field value.
getSecondOfMinute() - Method in class org.joda.time.LocalDateTime
Get the second of minute field value.
getSecondOfMinute() - Method in class org.joda.time.LocalTime
Get the second of minute field value.
getSecondOfMinute() - Method in interface org.joda.time.ReadableDateTime
Get the second of minute field value.
getSecondOfMinute() - Method in class org.joda.time.TimeOfDay
Deprecated. Get the second of minute field value.
getSecondOfMinute() - Method in class org.joda.time.base.AbstractDateTime
Get the second of minute field value.
getSeconds() - Method in class org.joda.time.MutablePeriod
Gets the seconds field part of the period.
getSeconds() - Method in class org.joda.time.Period
Gets the seconds field part of the period.
getSeconds() - Method in class org.joda.time.Seconds
Gets the number of seconds that this period represents.
getShortName(long) - Method in class org.joda.time.DateTimeZone
Gets the short name of this datetime zone suitable for display using the default locale.
getShortName(long, Locale) - Method in class org.joda.time.DateTimeZone
Gets the short name of this datetime zone suitable for display using the specified locale.
getShortName(Locale, String, String) - Method in class org.joda.time.tz.DefaultNameProvider
 
getShortName(Locale, String, String) - Method in interface org.joda.time.tz.NameProvider
Returns a localized short name, or null if not found.
getStandardOffset(long) - Method in class org.joda.time.DateTimeZone
Gets the standard millisecond offset to add to UTC to get local time, when standard time is in effect.
getStandardOffset(long) - Method in class org.joda.time.tz.CachedDateTimeZone
 
getStandardOffset(long) - Method in class org.joda.time.tz.FixedDateTimeZone
 
getStandardSeconds() - Method in class org.joda.time.Duration
Gets the length of this duration in seconds assuming 1000 milliseconds in a second.
getStart() - Method in interface org.joda.time.ReadableInterval
Gets the start of this time interval, which is inclusive, as a DateTime.
getStart() - Method in class org.joda.time.base.AbstractInterval
Gets the start of this time interval, which is inclusive, as a DateTime.
getStartMillis() - Method in interface org.joda.time.ReadableInterval
Gets the start of this time interval which is inclusive.
getStartMillis() - Method in class org.joda.time.base.BaseInterval
Gets the start of this time interval which is inclusive.
getSupportedType() - Method in interface org.joda.time.convert.Converter
Returns the object type that this converter supports, which may specified by a class, superclass, abstract class, interface, or null.
getTimeOfDay() - Method in class org.joda.time.TimeOfDay.Property
Deprecated. Gets the partial that this property belongs to.
getTimeOnlyInstance() - Static method in class org.joda.time.DateTimeComparator
Returns a comparator that only considers time fields.
getType() - Method in class org.joda.time.DateTimeField
Get the type of the field.
getType() - Method in class org.joda.time.DurationField
Get the type of the field.
getType() - Method in class org.joda.time.field.BaseDateTimeField
 
getType() - Method in class org.joda.time.field.BaseDurationField
 
getType() - Method in class org.joda.time.field.DelegatedDateTimeField
 
getType() - Method in class org.joda.time.field.DelegatedDurationField
 
getType() - Method in class org.joda.time.field.MillisDurationField
 
getType() - Method in class org.joda.time.field.UnsupportedDateTimeField
 
getType() - Method in class org.joda.time.field.UnsupportedDurationField
 
getUncachedZone() - Method in class org.joda.time.tz.CachedDateTimeZone
Returns the DateTimeZone being wrapped.
getUnitMillis() - Method in class org.joda.time.DurationField
Returns the amount of milliseconds per unit value of this field.
getUnitMillis() - Method in class org.joda.time.field.DecoratedDurationField
 
getUnitMillis() - Method in class org.joda.time.field.DelegatedDurationField
 
getUnitMillis() - Method in class org.joda.time.field.MillisDurationField
Returns the amount of milliseconds per unit value of this field.
getUnitMillis() - Method in class org.joda.time.field.PreciseDurationDateTimeField
 
getUnitMillis() - Method in class org.joda.time.field.PreciseDurationField
Returns the amount of milliseconds per unit value of this field.
getUnitMillis() - Method in class org.joda.time.field.ScaledDurationField
 
getUnitMillis() - Method in class org.joda.time.field.UnsupportedDurationField
Always returns zero.
getUpperBound() - Method in class org.joda.time.IllegalFieldValueException
Returns the upper bound of the legal value range, or null if not applicable.
getUpperLimit() - Method in class org.joda.time.DateTimeComparator
Gets the field type that represents the upper limit of comparison.
getUpperLimit() - Method in class org.joda.time.chrono.LimitChronology
Returns the inclusive upper limit instant.
getValue(long) - Method in class org.joda.time.DurationField
Get the value of this field from the milliseconds, which is approximate if this field is imprecise.
getValue(long, long) - Method in class org.joda.time.DurationField
Get the value of this field from the milliseconds relative to an instant.
getValue(int) - Method in class org.joda.time.LocalDate
Gets the value of the field at the specifed index.
getValue(int) - Method in class org.joda.time.LocalDateTime
Gets the value of the field at the specifed index.
getValue(int) - Method in class org.joda.time.LocalTime
Gets the value of the field at the specifed index.
getValue(int) - Method in class org.joda.time.Partial
Gets the value of the field at the specifed index.
getValue(int) - Method in interface org.joda.time.ReadablePartial
Gets the value at the specified index.
getValue(int) - Method in interface org.joda.time.ReadablePeriod
Gets the value at the specified index.
getValue(int) - Method in class org.joda.time.base.BasePartial
Gets the value of the field at the specifed index.
getValue(int) - Method in class org.joda.time.base.BasePeriod
Gets the value at the specified index.
getValue(int) - Method in class org.joda.time.base.BaseSingleFieldPeriod
Gets the value at the specified index.
getValue(long) - Method in class org.joda.time.field.BaseDurationField
Get the value of this field from the milliseconds, which is approximate if this field is imprecise.
getValue(long, long) - Method in class org.joda.time.field.BaseDurationField
Get the value of this field from the milliseconds relative to an instant.
getValue(long) - Method in class org.joda.time.field.DelegatedDurationField
 
getValue(long, long) - Method in class org.joda.time.field.DelegatedDurationField
 
getValue(long) - Method in class org.joda.time.field.MillisDurationField
 
getValue(long, long) - Method in class org.joda.time.field.MillisDurationField
 
getValue(long) - Method in class org.joda.time.field.ScaledDurationField
 
getValue(long, long) - Method in class org.joda.time.field.ScaledDurationField
 
getValue(long) - Method in class org.joda.time.field.UnsupportedDurationField
Always throws UnsupportedOperationException
getValue(long, long) - Method in class org.joda.time.field.UnsupportedDurationField
Always throws UnsupportedOperationException
getValueAsLong(long) - Method in class org.joda.time.DurationField
Get the value of this field from the milliseconds, which is approximate if this field is imprecise.
getValueAsLong(long, long) - Method in class org.joda.time.DurationField
Get the value of this field from the milliseconds relative to an instant.
getValueAsLong(long) - Method in class org.joda.time.field.BaseDurationField
Get the value of this field from the milliseconds, which is approximate if this field is imprecise.
getValueAsLong(long, long) - Method in class org.joda.time.field.DecoratedDurationField
 
getValueAsLong(long) - Method in class org.joda.time.field.DelegatedDurationField
 
getValueAsLong(long, long) - Method in class org.joda.time.field.DelegatedDurationField
 
getValueAsLong(long) - Method in class org.joda.time.field.MillisDurationField
 
getValueAsLong(long, long) - Method in class org.joda.time.field.MillisDurationField
 
getValueAsLong(long, long) - Method in class org.joda.time.field.PreciseDurationField
Get the value of this field from the milliseconds.
getValueAsLong(long) - Method in class org.joda.time.field.ScaledDurationField
 
getValueAsLong(long, long) - Method in class org.joda.time.field.ScaledDurationField
 
getValueAsLong(long) - Method in class org.joda.time.field.UnsupportedDurationField
Always throws UnsupportedOperationException
getValueAsLong(long, long) - Method in class org.joda.time.field.UnsupportedDurationField
Always throws UnsupportedOperationException
getValues() - Method in class org.joda.time.Partial
Gets an array of the value of each of the fields that this partial supports.
getValues() - Method in class org.joda.time.base.AbstractPartial
Gets an array of the value of each of the fields that this partial supports.
getValues() - Method in class org.joda.time.base.AbstractPeriod
Gets an array of the value of each of the fields that this period supports.
getValues() - Method in class org.joda.time.base.BasePartial
Gets an array of the value of each of the fields that this partial supports.
getWeekOfWeekyear() - Method in class org.joda.time.LocalDate
Get the week of weekyear field value.
getWeekOfWeekyear() - Method in class org.joda.time.LocalDateTime
Get the week of weekyear field value.
getWeekOfWeekyear() - Method in interface org.joda.time.ReadableDateTime
Get the week of weekyear field value.
getWeekOfWeekyear() - Method in class org.joda.time.base.AbstractDateTime
Get the week of weekyear field value.
getWeeks() - Method in class org.joda.time.MutablePeriod
Gets the weeks field part of the period.
getWeeks() - Method in class org.joda.time.Period
Gets the weeks field part of the period.
getWeeks() - Method in class org.joda.time.Weeks
Gets the number of weeks that this period represents.
getWeekyear() - Method in class org.joda.time.LocalDate
Get the weekyear field value.
getWeekyear() - Method in class org.joda.time.LocalDateTime
Get the weekyear field value.
getWeekyear() - Method in interface org.joda.time.ReadableDateTime
Get the weekyear field value.
getWeekyear() - Method in class org.joda.time.base.AbstractDateTime
Get the weekyear field value.
getWrappedField() - Method in class org.joda.time.field.DecoratedDateTimeField
Gets the wrapped date time field.
getWrappedField() - Method in class org.joda.time.field.DecoratedDurationField
Gets the wrapped duration field.
getWrappedField() - Method in class org.joda.time.field.DelegatedDateTimeField
Gets the wrapped date time field.
getWrappedField() - Method in class org.joda.time.field.DelegatedDurationField
Gets the wrapped duration field.
getWrappedValue(int, int, int, int) - Static method in class org.joda.time.field.FieldUtils
Utility method used by addWrapField implementations to ensure the new value lies within the field's legal value range.
getWrappedValue(int, int, int) - Static method in class org.joda.time.field.FieldUtils
Utility method that ensures the given value lies within the field's legal value range.
getYear() - Method in class org.joda.time.LocalDate
Get the year field value.
getYear() - Method in class org.joda.time.LocalDateTime
Get the year field value.
getYear() - Method in interface org.joda.time.ReadableDateTime
Get the year field value.
getYear() - Method in class org.joda.time.YearMonthDay
Deprecated. Get the year field value.
getYear() - Method in class org.joda.time.base.AbstractDateTime
Get the year field value.
getYearMonthDay() - Method in class org.joda.time.YearMonthDay.Property
Deprecated. Gets the partial that this property belongs to.
getYearOfCentury() - Method in class org.joda.time.LocalDate
Get the year of century field value.
getYearOfCentury() - Method in class org.joda.time.LocalDateTime
Get the year of century field value.
getYearOfCentury() - Method in interface org.joda.time.ReadableDateTime
Get the year of century field value.
getYearOfCentury() - Method in class org.joda.time.base.AbstractDateTime
Get the year of century field value.
getYearOfEra() - Method in class org.joda.time.LocalDate
Get the year of era field value.
getYearOfEra() - Method in class org.joda.time.LocalDateTime
Get the year of era field value.
getYearOfEra() - Method in interface org.joda.time.ReadableDateTime
Get the year of era field value.
getYearOfEra() - Method in class org.joda.time.base.AbstractDateTime
Get the year of era field value.
getYears() - Method in class org.joda.time.MutablePeriod
Gets the years field part of the period.
getYears() - Method in class org.joda.time.Period
Gets the years field part of the period.
getYears() - Method in class org.joda.time.Years
Gets the number of years that this period represents.
getZone() - Method in class org.joda.time.Chronology
Returns the DateTimeZone that this Chronology operates in, or null if unspecified.
getZone(DateTimeZone) - Static method in class org.joda.time.DateTimeUtils
Gets the zone handling null.
getZone() - Method in interface org.joda.time.ReadableInstant
Gets the time zone of the instant from the chronology.
getZone() - Method in class org.joda.time.base.AbstractInstant
Gets the time zone of the instant from the chronology.
getZone() - Method in class org.joda.time.chrono.AssembledChronology
 
getZone() - Method in class org.joda.time.chrono.BaseChronology
Returns the DateTimeZone that this Chronology operates in, or null if unspecified.
getZone() - Method in class org.joda.time.chrono.GJChronology
 
getZone() - Method in class org.joda.time.chrono.ZonedChronology
 
getZone() - Method in class org.joda.time.format.DateTimeFormatter
Gets the zone to use as an override.
getZone() - Method in class org.joda.time.format.DateTimeParserBucket
Returns the time zone used by computeMillis, or null if an offset is used instead.
getZone(String) - Method in interface org.joda.time.tz.Provider
Retrieves a DateTimeZone for the given id.
getZone(String) - Method in class org.joda.time.tz.UTCProvider
Returns UTC for "UTC", null otherwise.
getZone(String) - Method in class org.joda.time.tz.ZoneInfoProvider
If an error is thrown while loading zone data, uncaughtException is called to log the error and null is returned for this and all future requests.

H

HOURS_PER_DAY - Static variable in class org.joda.time.DateTimeConstants
Hours in a typical day (24) (ISO).
HOURS_PER_WEEK - Static variable in class org.joda.time.DateTimeConstants
Hours in a typical week.
HOUR_OF_DAY - Static variable in class org.joda.time.TimeOfDay
Deprecated. The index of the hourOfDay field in the field array
Hours - class org.joda.time.Hours.
An immutable time period representing a number of hours.
halfdayOfDay() - Method in class org.joda.time.Chronology
Get the AM(0) PM(1) field for this chronology.
halfdayOfDay() - Static method in class org.joda.time.DateTimeFieldType
Get the AM(0) PM(1) field type.
halfdayOfDay - Variable in class org.joda.time.chrono.AssembledChronology.Fields
 
halfdayOfDay() - Method in class org.joda.time.chrono.AssembledChronology
 
halfdayOfDay() - Method in class org.joda.time.chrono.BaseChronology
Get the AM(0) PM(1) field for this chronology.
halfdays() - Method in class org.joda.time.Chronology
Get the halfdays duration field for this chronology.
halfdays() - Static method in class org.joda.time.DurationFieldType
Get the halfdays field type.
halfdays - Variable in class org.joda.time.chrono.AssembledChronology.Fields
 
halfdays() - Method in class org.joda.time.chrono.AssembledChronology
 
halfdays() - Method in class org.joda.time.chrono.BaseChronology
Get the halfdays duration field for this chronology.
hashCode() - Method in class org.joda.time.DateTimeComparator
Gets a suitable hashcode.
hashCode() - Method in class org.joda.time.DateTimeZone
Gets a hash code compatable with equals.
hashCode() - Method in class org.joda.time.PeriodType
Returns a hashcode based on the field types.
hashCode() - Method in interface org.joda.time.ReadableDuration
Gets a hash code for the duration that is compatable with the equals method.
hashCode() - Method in interface org.joda.time.ReadableInstant
Gets a hash code for the instant that is compatible with the equals method.
hashCode() - Method in interface org.joda.time.ReadableInterval
Gets a hash code for the time interval that is compatable with the equals method.
hashCode() - Method in interface org.joda.time.ReadablePartial
Gets a hash code for the partial that is compatible with the equals method.
hashCode() - Method in interface org.joda.time.ReadablePeriod
Gets a hash code for the period that is compatible with the equals method.
hashCode() - Method in class org.joda.time.base.AbstractDuration
Gets a hash code for the duration that is compatible with the equals method.
hashCode() - Method in class org.joda.time.base.AbstractInstant
Gets a hash code for the instant as defined in ReadableInstant.
hashCode() - Method in class org.joda.time.base.AbstractInterval
Hashcode compatible with equals method.
hashCode() - Method in class org.joda.time.base.AbstractPartial
Gets a hash code for the ReadablePartial that is compatible with the equals method.
hashCode() - Method in class org.joda.time.base.AbstractPeriod
Gets a hash code for the period as defined by ReadablePeriod.
hashCode() - Method in class org.joda.time.base.BaseSingleFieldPeriod
Gets a hash code for the period as defined by ReadablePeriod.
hashCode() - Method in class org.joda.time.chrono.BuddhistChronology
A suitable hash code for the chronology.
hashCode() - Method in class org.joda.time.chrono.GJChronology
A suitable hash code for the chronology.
hashCode() - Method in class org.joda.time.chrono.ISOChronology
A suitable hash code for the chronology.
hashCode() - Method in class org.joda.time.chrono.IslamicChronology
A suitable hash code for the chronology.
hashCode() - Method in class org.joda.time.chrono.LenientChronology
A suitable hashcode for the chronology.
hashCode() - Method in class org.joda.time.chrono.LimitChronology
A suitable hashcode for the chronology.
hashCode() - Method in class org.joda.time.chrono.StrictChronology
A suitable hashcode for the chronology.
hashCode() - Method in class org.joda.time.chrono.ZonedChronology
A suitable hashcode for the chronology.
hashCode() - Method in class org.joda.time.field.AbstractPartialFieldProperty
Gets a suitable hashcode for the object.
hashCode() - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Returns a hashcode compatible with the equals method.
hashCode() - Method in class org.joda.time.field.PreciseDurationField
Gets a hash code for this instance.
hashCode() - Method in class org.joda.time.field.ScaledDurationField
Gets a hash code for this instance.
hashCode() - Method in class org.joda.time.field.UnsupportedDurationField
Gets a suitable hashcode.
hashCode() - Method in class org.joda.time.tz.CachedDateTimeZone
 
hashCode() - Method in class org.joda.time.tz.FixedDateTimeZone
 
hour() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a formatter for a two digit hour of day.
hourMinute() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a formatter for a two digit hour of day and two digit minute of hour.
hourMinuteSecond() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a formatter for a two digit hour of day, two digit minute of hour, and two digit second of minute.
hourMinuteSecondFraction() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a formatter for a two digit hour of day, two digit minute of hour, two digit second of minute, and three digit fraction of second (HH:mm:ss.SSS).
hourMinuteSecondMillis() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a formatter for a two digit hour of day, two digit minute of hour, two digit second of minute, and three digit fraction of second (HH:mm:ss.SSS).
hourOfDay() - Method in class org.joda.time.Chronology
Get the hour of day (0-23) field for this chronology.
hourOfDay() - Method in class org.joda.time.DateTime
Get the hour of day field property which provides access to advanced functionality.
hourOfDay() - Static method in class org.joda.time.DateTimeFieldType
Get the hour of day (0-23) field type.
hourOfDay() - Method in class org.joda.time.LocalDateTime
Get the hour of day field property which provides access to advanced functionality.
hourOfDay() - Method in class org.joda.time.LocalTime
Get the hour of day field property which provides access to advanced functionality.
hourOfDay() - Method in class org.joda.time.MutableDateTime
Get the hour of day field property
hourOfDay() - Method in class org.joda.time.TimeOfDay
Deprecated. Get the hour of day field property which provides access to advanced functionality.
hourOfDay - Variable in class org.joda.time.chrono.AssembledChronology.Fields
 
hourOfDay() - Method in class org.joda.time.chrono.AssembledChronology
 
hourOfDay() - Method in class org.joda.time.chrono.BaseChronology
Get the hour of day (0-23) field for this chronology.
hourOfHalfday() - Method in class org.joda.time.Chronology
Get the hour of am/pm (0-11) field for this chronology.
hourOfHalfday() - Static method in class org.joda.time.DateTimeFieldType
Get the hour of am/pm (0-11) field type.
hourOfHalfday - Variable in class org.joda.time.chrono.AssembledChronology.Fields
 
hourOfHalfday() - Method in class org.joda.time.chrono.AssembledChronology
 
hourOfHalfday() - Method in class org.joda.time.chrono.BaseChronology
Get the hour of am/pm (0-11) field for this chronology.
hours() - Method in class org.joda.time.Chronology
Get the hours duration field for this chronology.
hours() - Static method in class org.joda.time.DurationFieldType
Get the hours field type.
hours(int) - Static method in class org.joda.time.Hours
Obtains an instance of Hours that may be cached.
hours(int) - Static method in class org.joda.time.Period
Create a period with a specified number of hours.
hours() - Static method in class org.joda.time.PeriodType
Gets a type that defines just the hours field.
hours - Variable in class org.joda.time.chrono.AssembledChronology.Fields
 
hours() - Method in class org.joda.time.chrono.AssembledChronology
 
hours() - Method in class org.joda.time.chrono.BaseChronology
Get the hours duration field for this chronology.
hoursBetween(ReadableInstant, ReadableInstant) - Static method in class org.joda.time.Hours
Creates a Hours representing the number of whole hours between the two specified datetimes.
hoursBetween(ReadablePartial, ReadablePartial) - Static method in class org.joda.time.Hours
Creates a Hours representing the number of whole hours between the two specified partial datetimes.
hoursIn(ReadableInterval) - Static method in class org.joda.time.Hours
Creates a Hours representing the number of whole hours in the specified interval.

I

INSTANCE - Static variable in class org.joda.time.field.MillisDurationField
Singleton instance.
ISOChronology - class org.joda.time.chrono.ISOChronology.
Implements a chronology that follows the rules of the ISO8601 standard, which is compatible with Gregorian for all modern dates.
ISODateTimeFormat - class org.joda.time.format.ISODateTimeFormat.
Factory that creates instances of DateTimeFormatter for the ISO8601 standard.
ISOPeriodFormat - class org.joda.time.format.ISOPeriodFormat.
Factory that creates instances of PeriodFormatter for the ISO8601 standard.
IllegalFieldValueException - exception org.joda.time.IllegalFieldValueException.
Exception thrown when attempting to set a field outside its supported range.
IllegalFieldValueException(DateTimeFieldType, Number, Number, Number) - Constructor for class org.joda.time.IllegalFieldValueException
Constructor.
IllegalFieldValueException(DateTimeFieldType, Number, String) - Constructor for class org.joda.time.IllegalFieldValueException
Constructor.
IllegalFieldValueException(DurationFieldType, Number, Number, Number) - Constructor for class org.joda.time.IllegalFieldValueException
Constructor.
IllegalFieldValueException(String, Number, Number, Number) - Constructor for class org.joda.time.IllegalFieldValueException
Constructor.
IllegalFieldValueException(DateTimeFieldType, String) - Constructor for class org.joda.time.IllegalFieldValueException
Constructor.
IllegalFieldValueException(DurationFieldType, String) - Constructor for class org.joda.time.IllegalFieldValueException
Constructor.
IllegalFieldValueException(String, String) - Constructor for class org.joda.time.IllegalFieldValueException
Constructor.
ImpreciseDateTimeField - class org.joda.time.field.ImpreciseDateTimeField.
Abstract datetime field class that defines its own DurationField, which delegates back into this ImpreciseDateTimeField.
ImpreciseDateTimeField(DateTimeFieldType, long) - Constructor for class org.joda.time.field.ImpreciseDateTimeField
Constructor.
Instant - class org.joda.time.Instant.
Instant is the standard implementation of a fully immutable instant in time.
Instant() - Constructor for class org.joda.time.Instant
Constructs an instance set to the current system millisecond time.
Instant(long) - Constructor for class org.joda.time.Instant
Constructs an instance set to the milliseconds from 1970-01-01T00:00:00Z.
Instant(Object) - Constructor for class org.joda.time.Instant
Constructs an instance from an Object that represents a datetime.
InstantConverter - interface org.joda.time.convert.InstantConverter.
InstantConverter defines how an object is converted to milliseconds/chronology.
Interval - class org.joda.time.Interval.
Interval is the standard implementation of an immutable time interval.
Interval(long, long) - Constructor for class org.joda.time.Interval
Constructs an interval from a start and end instant with the ISO default chronology in the default time zone.
Interval(long, long, DateTimeZone) - Constructor for class org.joda.time.Interval
Constructs an interval from a start and end instant with the ISO default chronology in the specified time zone.
Interval(long, long, Chronology) - Constructor for class org.joda.time.Interval
Constructs an interval from a start and end instant with the specified chronology.
Interval(ReadableInstant, ReadableInstant) - Constructor for class org.joda.time.Interval
Constructs an interval from a start and end instant.
Interval(ReadableInstant, ReadableDuration) - Constructor for class org.joda.time.Interval
Constructs an interval from a start instant and a duration.
Interval(ReadableDuration, ReadableInstant) - Constructor for class org.joda.time.Interval
Constructs an interval from a millisecond duration and an end instant.
Interval(ReadableInstant, ReadablePeriod) - Constructor for class org.joda.time.Interval
Constructs an interval from a start instant and a time period.
Interval(ReadablePeriod, ReadableInstant) - Constructor for class org.joda.time.Interval
Constructs an interval from a time period and an end instant.
Interval(Object) - Constructor for class org.joda.time.Interval
Constructs a time interval by converting or copying from another object.
Interval(Object, Chronology) - Constructor for class org.joda.time.Interval
Constructs a time interval by converting or copying from another object, overriding the chronology.
IntervalConverter - interface org.joda.time.convert.IntervalConverter.
IntervalConverter defines how an object is converted to an interval.
IslamicChronology - class org.joda.time.chrono.IslamicChronology.
Implements the Islamic, or Hijri, calendar system using arithmetic rules.
IslamicChronology.LeapYearPatternType - class org.joda.time.chrono.IslamicChronology.LeapYearPatternType.
Opaque object describing a leap year pattern for the Islamic Chronology.
indexOf(DurationFieldType) - Method in class org.joda.time.PeriodType
Gets the index of the field in this period.
indexOf(DateTimeFieldType) - Method in class org.joda.time.base.AbstractPartial
Gets the index of the specified field, or -1 if the field is unsupported.
indexOf(DurationFieldType) - Method in class org.joda.time.base.AbstractPeriod
Gets the index of the field in this period.
isAfter(ReadableInstant) - Method in interface org.joda.time.ReadableInstant
Is this instant after the instant passed in comparing solely by millisecond.
isAfter(ReadableInstant) - Method in interface org.joda.time.ReadableInterval
Is this time interval after the specified instant.
isAfter(ReadableInterval) - Method in interface org.joda.time.ReadableInterval
Is this time interval entirely after the specified interval.
isAfter(long) - Method in class org.joda.time.base.AbstractInstant
Is this instant after the millisecond instant passed in comparing solely by millisecond.
isAfter(ReadableInstant) - Method in class org.joda.time.base.AbstractInstant
Is this instant after the instant passed in comparing solely by millisecond.
isAfter(long) - Method in class org.joda.time.base.AbstractInterval
Is this time interval after the specified millisecond instant.
isAfter(ReadableInstant) - Method in class org.joda.time.base.AbstractInterval
Is this time interval after the specified instant.
isAfter(ReadableInterval) - Method in class org.joda.time.base.AbstractInterval
Is this time interval entirely after the specified interval.
isAfter(ReadablePartial) - Method in class org.joda.time.base.AbstractPartial
Is this partial later than the specified partial.
isAfterNow() - Method in class org.joda.time.base.AbstractInstant
Is this instant after the current instant comparing solely by millisecond.
isAfterNow() - Method in class org.joda.time.base.AbstractInterval
Is this time interval after the current instant.
isBefore(ReadableInstant) - Method in interface org.joda.time.ReadableInstant
Is this instant before the instant passed in comparing solely by millisecond.
isBefore(ReadableInstant) - Method in interface org.joda.time.ReadableInterval
Is this time interval before the specified instant.
isBefore(ReadableInterval) - Method in interface org.joda.time.ReadableInterval
Is this time interval entirely before the specified interval.
isBefore(long) - Method in class org.joda.time.base.AbstractInstant
Is this instant before the millisecond instant passed in comparing solely by millisecond.
isBefore(ReadableInstant) - Method in class org.joda.time.base.AbstractInstant
Is this instant before the instant passed in comparing solely by millisecond.
isBefore(long) - Method in class org.joda.time.base.AbstractInterval
Is this time interval before the specified millisecond instant.
isBefore(ReadableInstant) - Method in class org.joda.time.base.AbstractInterval
Is this time interval before the specified instant.
isBefore(ReadableInterval) - Method in class org.joda.time.base.AbstractInterval
Is this time interval entirely before the specified instant.
isBefore(ReadablePartial) - Method in class org.joda.time.base.AbstractPartial
Is this partial earlier than the specified partial.
isBeforeNow() - Method in class org.joda.time.base.AbstractInstant
Is this instant before the current instant comparing solely by millisecond.
isBeforeNow() - Method in class org.joda.time.base.AbstractInterval
Is this time interval before the current instant.
isContiguous(ReadablePartial) - Static method in class org.joda.time.DateTimeUtils
Checks whether the partial is contiguous.
isEqual(ReadableDuration) - Method in interface org.joda.time.ReadableDuration
Is the length of this duration equal to the duration passed in.
isEqual(ReadableInstant) - Method in interface org.joda.time.ReadableInstant
Is this instant equal to the instant passed in comparing solely by millisecond.
isEqual(ReadableDuration) - Method in class org.joda.time.base.AbstractDuration
Is the length of this duration equal to the duration passed in.
isEqual(long) - Method in class org.joda.time.base.AbstractInstant
Is this instant equal to the millisecond instant passed in comparing solely by millisecond.
isEqual(ReadableInstant) - Method in class org.joda.time.base.AbstractInstant
Is this instant equal to the instant passed in comparing solely by millisecond.
isEqual(ReadablePartial) - Method in class org.joda.time.base.AbstractPartial
Is this partial the same as the specified partial.
isEqualNow() - Method in class org.joda.time.base.AbstractInstant
Is this instant equal to the current instant comparing solely by millisecond.
isFixed() - Method in class org.joda.time.DateTimeZone
Returns true if this time zone has no transitions.
isFixed() - Method in class org.joda.time.tz.CachedDateTimeZone
 
isFixed() - Method in class org.joda.time.tz.FixedDateTimeZone
 
isGreaterThan(Days) - Method in class org.joda.time.Days
Is this days instance greater than the specified number of days.
isGreaterThan(Hours) - Method in class org.joda.time.Hours
Is this hours instance greater than the specified number of hours.
isGreaterThan(Minutes) - Method in class org.joda.time.Minutes
Is this minutes instance greater than the specified number of minutes.
isGreaterThan(Months) - Method in class org.joda.time.Months
Is this months instance greater than the specified number of months.
isGreaterThan(Seconds) - Method in class org.joda.time.Seconds
Is this seconds instance greater than the specified number of seconds.
isGreaterThan(Weeks) - Method in class org.joda.time.Weeks
Is this weeks instance greater than the specified number of weeks.
isGreaterThan(Years) - Method in class org.joda.time.Years
Is this years instance greater than the specified number of years.
isLeap(long) - Method in class org.joda.time.DateTimeField
Returns whether this field is 'leap' for the specified instant.
isLeap() - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Gets whether this field is leap.
isLeap(long) - Method in class org.joda.time.field.BaseDateTimeField
Returns whether this field is 'leap' for the specified instant.
isLeap(long) - Method in class org.joda.time.field.DelegatedDateTimeField
 
isLeap(long) - Method in class org.joda.time.field.OffsetDateTimeField
 
isLeap(long) - Method in class org.joda.time.field.UnsupportedDateTimeField
Always throws UnsupportedOperationException
isLeap(long) - Method in class org.joda.time.field.ZeroIsMaxDateTimeField
 
isLenient() - Method in class org.joda.time.DateTimeField
Returns true if the set method is lenient.
isLenient() - Method in class org.joda.time.field.DecoratedDateTimeField
 
isLenient() - Method in class org.joda.time.field.DelegatedDateTimeField
 
isLenient() - Method in class org.joda.time.field.LenientDateTimeField
 
isLenient() - Method in class org.joda.time.field.PreciseDurationDateTimeField
Returns false by default.
isLenient() - Method in class org.joda.time.field.StrictDateTimeField
 
isLenient() - Method in class org.joda.time.field.UnsupportedDateTimeField
This field is not lenient.
isLessThan(Days) - Method in class org.joda.time.Days
Is this days instance less than the specified number of days.
isLessThan(Hours) - Method in class org.joda.time.Hours
Is this hours instance less than the specified number of hours.
isLessThan(Minutes) - Method in class org.joda.time.Minutes
Is this minutes instance less than the specified number of minutes.
isLessThan(Months) - Method in class org.joda.time.Months
Is this months instance less than the specified number of months.
isLessThan(Seconds) - Method in class org.joda.time.Seconds
Is this seconds instance less than the specified number of seconds.
isLessThan(Weeks) - Method in class org.joda.time.Weeks
Is this weeks instance less than the specified number of weeks.
isLessThan(Years) - Method in class org.joda.time.Years
Is this years instance less than the specified number of years.
isLocalDateTimeGap(LocalDateTime) - Method in class org.joda.time.DateTimeZone
Checks if the given LocalDateTime is within a gap.
isLongerThan(ReadableDuration) - Method in interface org.joda.time.ReadableDuration
Is the length of this duration longer than the duration passed in.
isLongerThan(ReadableDuration) - Method in class org.joda.time.base.AbstractDuration
Is the length of this duration longer than the duration passed in.
isMatch(ReadableInstant) - Method in class org.joda.time.Partial
Does this partial match the specified instant.
isMatch(ReadablePartial) - Method in class org.joda.time.Partial
Does this partial match the specified partial.
isOffsetParsed() - Method in class org.joda.time.format.DateTimeFormatter
Checks whether the offset from the string is used as the zone of the parsed datetime.
isParser() - Method in class org.joda.time.format.DateTimeFormatter
Is this formatter capable of parsing.
isParser() - Method in class org.joda.time.format.PeriodFormatter
Is this formatter capable of parsing.
isPrecise() - Method in class org.joda.time.DurationField
Is this field precise.
isPrecise() - Method in class org.joda.time.field.DecoratedDurationField
 
isPrecise() - Method in class org.joda.time.field.DelegatedDurationField
 
isPrecise() - Method in class org.joda.time.field.MillisDurationField
Returns true as this field is precise.
isPrecise() - Method in class org.joda.time.field.PreciseDurationField
This field is precise.
isPrecise() - Method in class org.joda.time.field.UnsupportedDurationField
This field is precise.
isPrinter() - Method in class org.joda.time.format.DateTimeFormatter
Is this formatter capable of printing.
isPrinter() - Method in class org.joda.time.format.PeriodFormatter
Is this formatter capable of printing.
isReadableInterval(Object, Chronology) - Method in class org.joda.time.convert.AbstractConverter
Checks if the input is a ReadableInterval.
isReadableInterval(Object, Chronology) - Method in interface org.joda.time.convert.IntervalConverter
Checks if the input is a ReadableInterval.
isShorterThan(ReadableDuration) - Method in interface org.joda.time.ReadableDuration
Is the length of this duration shorter than the duration passed in.
isShorterThan(ReadableDuration) - Method in class org.joda.time.base.AbstractDuration
Is the length of this duration shorter than the duration passed in.
isStandardOffset(long) - Method in class org.joda.time.DateTimeZone
Checks whether, at a particular instant, the offset is standard or not.
isSupported() - Method in class org.joda.time.DateTimeField
Returns true if this field is supported.
isSupported(Chronology) - Method in class org.joda.time.DateTimeFieldType
Checks whether this field supported in the given Chronology.
isSupported() - Method in class org.joda.time.DurationField
Returns true if this field is supported.
isSupported(Chronology) - Method in class org.joda.time.DurationFieldType
Checks whether this field supported in the given Chronology.
isSupported(DateTimeFieldType) - Method in class org.joda.time.LocalDate
Checks if the field type specified is supported by this local date and chronology.
isSupported(DurationFieldType) - Method in class org.joda.time.LocalDate
Checks if the duration type specified is supported by this local date and chronology.
isSupported(DateTimeFieldType) - Method in class org.joda.time.LocalDateTime
Checks if the field type specified is supported by this local datetime and chronology.
isSupported(DurationFieldType) - Method in class org.joda.time.LocalDateTime
Checks if the duration type specified is supported by this local datetime and chronology.
isSupported(DateTimeFieldType) - Method in class org.joda.time.LocalTime
Checks if the field type specified is supported by this local time and chronology.
isSupported(DurationFieldType) - Method in class org.joda.time.LocalTime
Checks if the duration type specified is supported by this local time and chronology.
isSupported(DurationFieldType) - Method in class org.joda.time.PeriodType
Checks whether the field specified is supported by this period.
isSupported(DateTimeFieldType) - Method in interface org.joda.time.ReadableInstant
Checks whether the field type specified is supported by this implementation.
isSupported(DateTimeFieldType) - Method in interface org.joda.time.ReadablePartial
Checks whether the field type specified is supported by this partial.
isSupported(DurationFieldType) - Method in interface org.joda.time.ReadablePeriod
Checks whether the field type specified is supported by this period.
isSupported(DateTimeFieldType) - Method in class org.joda.time.base.AbstractInstant
Checks if the field type specified is supported by this instant and chronology.
isSupported(DateTimeFieldType) - Method in class org.joda.time.base.AbstractPartial
Checks whether the field specified is supported by this partial.
isSupported(DurationFieldType) - Method in class org.joda.time.base.AbstractPeriod
Checks whether the field specified is supported by this period.
isSupported(DurationFieldType) - Method in class org.joda.time.base.BaseSingleFieldPeriod
Checks whether the duration field specified is supported by this period.
isSupported() - Method in class org.joda.time.field.BaseDateTimeField
 
isSupported() - Method in class org.joda.time.field.BaseDurationField
 
isSupported() - Method in class org.joda.time.field.DelegatedDateTimeField
 
isSupported() - Method in class org.joda.time.field.DelegatedDurationField
Returns true if this field is supported.
isSupported() - Method in class org.joda.time.field.MillisDurationField
Returns true as this field is supported.
isSupported() - Method in class org.joda.time.field.UnsupportedDateTimeField
This field is not supported.
isSupported() - Method in class org.joda.time.field.UnsupportedDurationField
This field is not supported.

J

JANUARY - Static variable in class org.joda.time.DateTimeConstants
Constant (1) representing January, the first month (ISO)
JULY - Static variable in class org.joda.time.DateTimeConstants
Constant (7) representing July, the seventh month (ISO)
JUNE - Static variable in class org.joda.time.DateTimeConstants
Constant (6) representing June, the sixth month (ISO)
JodaTimePermission - class org.joda.time.JodaTimePermission.
JodaTimePermission is used for securing global method calls in the Joda-Time library.
JodaTimePermission(String) - Constructor for class org.joda.time.JodaTimePermission
Constructs a new permission object.
JulianChronology - class org.joda.time.chrono.JulianChronology.
Implements a pure proleptic Julian calendar system, which defines every fourth year as leap.

L

LEAP_YEAR_15_BASED - Static variable in class org.joda.time.chrono.IslamicChronology
Leap year 15-based pattern.
LEAP_YEAR_16_BASED - Static variable in class org.joda.time.chrono.IslamicChronology
Leap year 16-based pattern.
LEAP_YEAR_HABASH_AL_HASIB - Static variable in class org.joda.time.chrono.IslamicChronology
Leap year Habash al-Hasib pattern.
LEAP_YEAR_INDIAN - Static variable in class org.joda.time.chrono.IslamicChronology
Leap year Indian pattern.
LenientChronology - class org.joda.time.chrono.LenientChronology.
Wraps another Chronology, ensuring all the fields are lenient.
LenientDateTimeField - class org.joda.time.field.LenientDateTimeField.
Converts a strict DateTimeField into a lenient one.
LimitChronology - class org.joda.time.chrono.LimitChronology.
Wraps another Chronology to impose limits on the range of instants that the fields within a Chronology may support.
LocalDate - class org.joda.time.LocalDate.
LocalDate is an immutable datetime class representing a date without a time zone.
LocalDate() - Constructor for class org.joda.time.LocalDate
Constructs an instance set to the current local time evaluated using ISO chronology in the default zone.
LocalDate(DateTimeZone) - Constructor for class org.joda.time.LocalDate
Constructs an instance set to the current local time evaluated using ISO chronology in the specified zone.
LocalDate(Chronology) - Constructor for class org.joda.time.LocalDate
Constructs an instance set to the current local time evaluated using specified chronology.
LocalDate(long) - Constructor for class org.joda.time.LocalDate
Constructs an instance set to the local time defined by the specified instant evaluated using ISO chronology in the default zone.
LocalDate(long, DateTimeZone) - Constructor for class org.joda.time.LocalDate
Constructs an instance set to the local time defined by the specified instant evaluated using ISO chronology in the specified zone.
LocalDate(long, Chronology) - Constructor for class org.joda.time.LocalDate
Constructs an instance set to the local time defined by the specified instant evaluated using the specified chronology.
LocalDate(Object) - Constructor for class org.joda.time.LocalDate
Constructs an instance from an Object that represents a datetime.
LocalDate(Object, DateTimeZone) - Constructor for class org.joda.time.LocalDate
Constructs an instance from an Object that represents a datetime, forcing the time zone to that specified.
LocalDate(Object, Chronology) - Constructor for class org.joda.time.LocalDate
Constructs an instance from an Object that represents a datetime, using the specified chronology.
LocalDate(int, int, int) - Constructor for class org.joda.time.LocalDate
Constructs an instance set to the specified date and time using ISOChronology.
LocalDate(int, int, int, Chronology) - Constructor for class org.joda.time.LocalDate
Constructs an instance set to the specified date and time using the specified chronology, whose zone is ignored.
LocalDate.Property - class org.joda.time.LocalDate.Property.
LocalDate.Property binds a LocalDate to a DateTimeField allowing powerful datetime functionality to be easily accessed.
LocalDateTime - class org.joda.time.LocalDateTime.
LocalDateTime is an unmodifiable datetime class representing a datetime without a time zone.
LocalDateTime() - Constructor for class org.joda.time.LocalDateTime
Constructs an instance set to the current local time evaluated using ISO chronology in the default zone.
LocalDateTime(DateTimeZone) - Constructor for class org.joda.time.LocalDateTime
Constructs an instance set to the current local time evaluated using ISO chronology in the specified zone.
LocalDateTime(Chronology) - Constructor for class org.joda.time.LocalDateTime
Constructs an instance set to the current local time evaluated using specified chronology.
LocalDateTime(long) - Constructor for class org.joda.time.LocalDateTime
Constructs an instance set to the local time defined by the specified instant evaluated using ISO chronology in the default zone.
LocalDateTime(long, DateTimeZone) - Constructor for class org.joda.time.LocalDateTime
Constructs an instance set to the local time defined by the specified instant evaluated using ISO chronology in the specified zone.
LocalDateTime(long, Chronology) - Constructor for class org.joda.time.LocalDateTime
Constructs an instance set to the local time defined by the specified instant evaluated using the specified chronology.
LocalDateTime(Object) - Constructor for class org.joda.time.LocalDateTime
Constructs an instance from an Object that represents a datetime.
LocalDateTime(Object, DateTimeZone) - Constructor for class org.joda.time.LocalDateTime
Constructs an instance from an Object that represents a datetime, forcing the time zone to that specified.
LocalDateTime(Object, Chronology) - Constructor for class org.joda.time.LocalDateTime
Constructs an instance from an Object that represents a datetime, using the specified chronology.
LocalDateTime(int, int, int, int, int) - Constructor for class org.joda.time.LocalDateTime
Constructs an instance set to the specified date and time using ISOChronology.
LocalDateTime(int, int, int, int, int, int) - Constructor for class org.joda.time.LocalDateTime
Constructs an instance set to the specified date and time using ISOChronology.
LocalDateTime(int, int, int, int, int, int, int) - Constructor for class org.joda.time.LocalDateTime
Constructs an instance set to the specified date and time using ISOChronology.
LocalDateTime(int, int, int, int, int, int, int, Chronology) - Constructor for class org.joda.time.LocalDateTime
Constructs an instance set to the specified date and time using the specified chronology, whose zone is ignored.
LocalDateTime.Property - class org.joda.time.LocalDateTime.Property.
LocalDateTime.Property binds a LocalDateTime to a DateTimeField allowing powerful datetime functionality to be easily accessed.
LocalTime - class org.joda.time.LocalTime.
LocalTime is an immutable time class representing a time without a time zone.
LocalTime() - Constructor for class org.joda.time.LocalTime
Constructs an instance set to the current local time evaluated using ISO chronology in the default zone.
LocalTime(DateTimeZone) - Constructor for class org.joda.time.LocalTime
Constructs an instance set to the current local time evaluated using ISO chronology in the specified zone.
LocalTime(Chronology) - Constructor for class org.joda.time.LocalTime
Constructs an instance set to the current local time evaluated using specified chronology and zone.
LocalTime(long) - Constructor for class org.joda.time.LocalTime
Constructs an instance set to the local time defined by the specified instant evaluated using ISO chronology in the default zone.
LocalTime(long, DateTimeZone) - Constructor for class org.joda.time.LocalTime
Constructs an instance set to the local time defined by the specified instant evaluated using ISO chronology in the specified zone.
LocalTime(long, Chronology) - Constructor for class org.joda.time.LocalTime
Constructs an instance set to the local time defined by the specified instant evaluated using the specified chronology.
LocalTime(Object) - Constructor for class org.joda.time.LocalTime
Constructs an instance from an Object that represents a datetime.
LocalTime(Object, DateTimeZone) - Constructor for class org.joda.time.LocalTime
Constructs an instance from an Object that represents a datetime, forcing the time zone to that specified.
LocalTime(Object, Chronology) - Constructor for class org.joda.time.LocalTime
Constructs an instance from an Object that represents a datetime, using the specified chronology.
LocalTime(int, int) - Constructor for class org.joda.time.LocalTime
Constructs an instance set to the specified time using ISOChronology.
LocalTime(int, int, int) - Constructor for class org.joda.time.LocalTime
Constructs an instance set to the specified time using ISOChronology.
LocalTime(int, int, int, int) - Constructor for class org.joda.time.LocalTime
Constructs an instance set to the specified time using ISOChronology.
LocalTime(int, int, int, int, Chronology) - Constructor for class org.joda.time.LocalTime
Constructs an instance set to the specified time using the specified chronology, whose zone is ignored.
LocalTime.Property - class org.joda.time.LocalTime.Property.
LocalTime.Property binds a LocalTime to a DateTimeField allowing powerful datetime functionality to be easily accessed.
localDateOptionalTimeParser() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a generic ISO datetime parser where the date is mandatory and the time is optional.
localDateParser() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a generic ISO date parser for parsing local dates.
localTimeParser() - Static method in class org.joda.time.format.ISODateTimeFormat
Returns a generic ISO time parser for parsing local times.
longDate() - Static method in class org.joda.time.format.DateTimeFormat
Creates a format that outputs a long date format.
longDateTime() - Static method in class org.joda.time.format.DateTimeFormat
Creates a format that outputs a long datetime format.
longTime() - Static method in class org.joda.time.format.DateTimeFormat
Creates a format that outputs a long time format.

M

MARCH - Static variable in class org.joda.time.DateTimeConstants
Constant (3) representing March, the third month (ISO)
MAX_VALUE - Static variable in class org.joda.time.Days
Constant representing the maximum number of days that can be stored in this object.
MAX_VALUE - Static variable in class org.joda.time.Hours
Constant representing the maximum number of hours that can be stored in this object.
MAX_VALUE - Static variable in class org.joda.time.Minutes
Constant representing the maximum number of minutes that can be stored in this object.
MAX_VALUE - Static variable in class org.joda.time.Months
Constant representing the maximum number of months that can be stored in this object.
MAX_VALUE - Static variable in class org.joda.time.Seconds
Constant representing the maximum number of seconds that can be stored in this object.
MAX_VALUE - Static variable in class org.joda.time.Weeks
Constant representing the maximum number of weeks that can be stored in this object.
MAX_VALUE - Static variable in class org.joda.time.Years
Constant representing the maximum number of years that can be stored in this object.
MAY - Static variable in class org.joda.time.DateTimeConstants
Constant (5) representing May, the fifth month (ISO)
MIDNIGHT - Static variable in class org.joda.time.LocalTime
Constant for midnight.
MIDNIGHT - Static variable in class org.joda.time.TimeOfDay
Deprecated. Constant for midnight.
MILLIS_OF_SECOND - Static variable in class org.joda.time.TimeOfDay
Deprecated. The index of the millisOfSecond field in the field array
MILLIS_PER_DAY - Static variable in class org.joda.time.DateTimeConstants
Milliseconds in a typical day (ISO).
MILLIS_PER_HOUR - Static variable in class org.joda.time.DateTimeConstants
Milliseconds in one hour (ISO)
MILLIS_PER_MINUTE - Static variable in class org.joda.time.DateTimeConstants
Milliseconds in one minute (ISO)
MILLIS_PER_SECOND - Static variable in class org.joda.time.DateTimeConstants
Milliseconds in one second (1000) (ISO)
MILLIS_PER_WEEK - Static variable in class org.joda.time.DateTimeConstants
Milliseconds in a typical week (ISO).
MINUTES_PER_DAY - Static variable in class org.joda.time.DateTimeConstants
Minutes in a typical day (ISO).
MINUTES_PER_HOUR - Static variable in class org.joda.time.DateTimeConstants
Minutes in one hour (ISO)
MINUTES_PER_WEEK - Static variable in class org.joda.time.DateTimeConstants
Minutes in a typical week (ISO).
MINUTE_OF_HOUR - Static variable in class org.joda.time.TimeOfDay
Deprecated. The index of the minuteOfHour field in the field array
MIN_VALUE - Static variable in class org.joda.time.Days
Constant representing the minimum number of days that can be stored in this object.
MIN_VALUE - Static variable in class org.joda.time.Hours
Constant representing the minimum number of hours that can be stored in this object.
MIN_VALUE - Static variable in class org.joda.time.Minutes
Constant representing the minimum number of minutes that can be stored in this object.
MIN_VALUE - Static variable in class org.joda.time.Months
Constant representing the minimum number of months that can be stored in this object.
MIN_VALUE - Static variable in class org.joda.time.Seconds
Constant representing the minimum number of seconds that can be stored in this object.
MIN_VALUE - Static variable in class org.joda.time.Weeks
Constant representing the minimum number of weeks that can be stored in this object.
MIN_VALUE - Static variable in class org.joda.time.Years
Constant representing the minimum number of years that can be stored in this object.
MONDAY - Static variable in class org.joda.time.DateTimeConstants
Constant (1) representing Monday, the first day of the week (ISO)
MONTH_OF_YEAR - Static variable in class org.joda.time.YearMonthDay
Deprecated. The index of the monthOfYear field in the field array
MillisDurationField - class org.joda.time.field.MillisDurationField.
Duration field class representing a field with a fixed unit length of one millisecond.
Minutes - class org.joda.time.Minutes.
An immutable time period representing a number of minutes.
Months - class org.joda.time.Months.
An immutable time period representing a number of months.
MutableDateTime - class org.joda.time.MutableDateTime.
MutableDateTime is the standard implementation of a modifiable datetime class.
MutableDateTime() - Constructor for class org.joda.time.MutableDateTime
Constructs an instance set to the current system millisecond time using ISOChronology in the default time zone.
MutableDateTime(DateTimeZone) - Constructor for class org.joda.time.MutableDateTime
Constructs an instance set to the current system millisecond time using ISOChronology in the specified time zone.
MutableDateTime(Chronology) - Constructor for class org.joda.time.MutableDateTime
Constructs an instance set to the current system millisecond time using the specified chronology.
MutableDateTime(long) - Constructor for class org.joda.time.MutableDateTime
Constructs an instance set to the milliseconds from 1970-01-01T00:00:00Z using ISOChronology in the default time zone.
MutableDateTime(long, DateTimeZone) - Constructor for class org.joda.time.MutableDateTime
Constructs an instance set to the milliseconds from 1970-01-01T00:00:00Z using ISOChronology in the specified time zone.
MutableDateTime(long, Chronology) - Constructor for class org.joda.time.MutableDateTime
Constructs an instance set to the milliseconds from 1970-01-01T00:00:00Z using the specified chronology.
MutableDateTime(Object) - Constructor for class org.joda.time.MutableDateTime
Constructs an instance from an Object that represents a datetime.
MutableDateTime(Object, DateTimeZone) - Constructor for class org.joda.time.MutableDateTime
Constructs an instance from an Object that represents a datetime, forcing the time zone to that specified.
MutableDateTime(Object, Chronology) - Constructor for class org.joda.time.MutableDateTime
Constructs an instance from an Object that represents a datetime, using the specified chronology.
MutableDateTime(int, int, int, int, int, int, int) - Constructor for class org.joda.time.MutableDateTime
Constructs an instance from datetime field values using ISOChronology in the default time zone.
MutableDateTime(int, int, int, int, int, int, int, DateTimeZone) - Constructor for class org.joda.time.MutableDateTime
Constructs an instance from datetime field values using ISOChronology in the specified time zone.
MutableDateTime(int, int, int, int, int, int, int, Chronology) - Constructor for class org.joda.time.MutableDateTime
Constructs an instance from datetime field values using the specified chronology.
MutableDateTime.Property - class org.joda.time.MutableDateTime.Property.
MutableDateTime.Property binds a MutableDateTime to a DateTimeField allowing powerful datetime functionality to be easily accessed.
MutableInterval - class org.joda.time.MutableInterval.
MutableInterval is the standard implementation of a mutable time interval.
MutableInterval() - Constructor for class org.joda.time.MutableInterval
Constructs a zero length time interval from 1970-01-01 to 1970-01-01.
MutableInterval(long, long) - Constructor for class org.joda.time.MutableInterval
Constructs an interval from a start and end instant with the ISO default chronology.
MutableInterval(long, long, Chronology) - Constructor for class org.joda.time.MutableInterval
Constructs an interval from a start and end instant with a chronology.
MutableInterval(ReadableInstant, ReadableInstant) - Constructor for class org.joda.time.MutableInterval
Constructs an interval from a start and end instant.