- CachedDateTimeZone - Class in org.joda.time.tz
-
Improves the performance of requesting time zone offsets and name keys by
caching the results.
- 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.
- CE - Static variable in class org.joda.time.DateTimeConstants
-
Alternative constant (1) representing CE, Common Era (secular).
- centuries() - Method in class org.joda.time.chrono.AssembledChronology
-
- centuries - Variable in class org.joda.time.chrono.AssembledChronology.Fields
-
- centuries() - Method in class org.joda.time.chrono.BaseChronology
-
Get the centuries duration field for this chronology.
- 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.
- centuryOfEra() - Method in class org.joda.time.chrono.AssembledChronology
-
- centuryOfEra - Variable in class org.joda.time.chrono.AssembledChronology.Fields
-
- centuryOfEra() - Method in class org.joda.time.chrono.BaseChronology
-
Get the century of era 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.
- checkChronology(Chronology) - Method in class org.joda.time.base.BaseDateTime
-
Checks the specified chronology before storing it, potentially altering it.
- checkInstant(long, Chronology) - Method in class org.joda.time.base.BaseDateTime
-
Checks the specified instant before storing it, potentially altering it.
- checkInstant(long, Chronology) - Method in class org.joda.time.DateMidnight
-
Rounds the specified instant to midnight.
- checkInterval(long, long) - Method in class org.joda.time.base.AbstractInterval
-
Validates an interval.
- checkPeriodType(PeriodType) - Method in class org.joda.time.base.BasePeriod
-
Validates a period type, converting nulls to a default value and
checking the type is suitable for this instance.
- Chronology - Class in org.joda.time
-
Chronology provides access to the individual date time fields for a
chronological calendar system.
- Chronology() - Constructor for class org.joda.time.Chronology
-
- 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.
- 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.
- clockhourOfDay() - Method in class org.joda.time.chrono.AssembledChronology
-
- clockhourOfDay - Variable in class org.joda.time.chrono.AssembledChronology.Fields
-
- clockhourOfDay() - Method in class org.joda.time.chrono.BaseChronology
-
Get the hour of day (offset to 1-24) field for this chronology.
- 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.
- clockhourOfHalfday() - Method in class org.joda.time.chrono.AssembledChronology
-
- clockhourOfHalfday - Variable in class org.joda.time.chrono.AssembledChronology.Fields
-
- clockhourOfHalfday() - Method in class org.joda.time.chrono.BaseChronology
-
Get the hour of am/pm (offset to 1-12) 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.
- 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.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(Object) - Method in class org.joda.time.DurationField
-
Compares this duration field with another duration field for ascending
unit millisecond order.
- 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.
- 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.
- 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(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.
- 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.
- containsNow() - Method in class org.joda.time.base.AbstractInterval
-
Does this time interval contain the current instant.
- Converter - Interface in org.joda.time.convert
-
Basic converter interface for specifying what object type can be converted.
- ConverterManager - Class in org.joda.time.convert
-
ConverterManager controls the date and time converters.
- ConverterManager() - Constructor for class org.joda.time.convert.ConverterManager
-
Restricted constructor.
- convertLocalToUTC(long, boolean) - Method in class org.joda.time.DateTimeZone
-
Converts a local instant to a standard UTC instant with the same
local time.
- convertText(String, Locale) - Method in class org.joda.time.field.BaseDateTimeField
-
Convert the specified text and locale into a value.
- convertUTCToLocal(long) - Method in class org.joda.time.DateTimeZone
-
Converts a standard UTC instant to a local instant with the same
local time.
- CopticChronology - Class in org.joda.time.chrono
-
Implements the Coptic calendar system, which defines every fourth year as
leap, much like the Julian calendar.
- 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.