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

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.
DateTimeComparator(DateTimeFieldType, DateTimeFieldType) - Constructor for class org.joda.time.DateTimeComparator
Restricted constructor.
DateTimeConstants - class org.joda.time.DateTimeConstants.
DateTimeConstants is a non-instantiable class of constants used in the date time system.
DateTimeConstants() - Constructor for class org.joda.time.DateTimeConstants
Restrictive constructor
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.
DateTimeFieldType(String) - Constructor for class org.joda.time.DateTimeFieldType
Constructor.
DateTimeFormat - class org.joda.time.format.DateTimeFormat.
Factory that creates instances of DateTimeFormatter from patterns and styles.
DateTimeFormat() - Constructor for class org.joda.time.format.DateTimeFormat
Constructor.
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.
DateTimeUtils() - Constructor for class org.joda.time.DateTimeUtils
Restrictive constructor
DateTimeZone - class org.joda.time.DateTimeZone.
DateTimeZone represents a time zone.
DateTimeZone(String) - Constructor for class org.joda.time.DateTimeZone
Constructor.
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.
DecoratedDateTimeField(DateTimeField, DateTimeFieldType) - Constructor for class org.joda.time.field.DecoratedDateTimeField
Constructor.
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.
DelegatedDurationField(DurationField) - Constructor for class org.joda.time.field.DelegatedDurationField
Constructor.
DelegatedDurationField(DurationField, DurationFieldType) - Constructor for class org.joda.time.field.DelegatedDurationField
Constructor.
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.
DurationFieldType(String) - Constructor for class org.joda.time.DurationFieldType
Constructor.
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.

A B C D E F G H I J L M N O P R S T U V W Y Z
Copyright (c) 2001-2006 - Joda.org