Alphabetical Index: T

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

T

TEN - static field in class org.joda.time.Months
Constant representing ten months.
THREE - static field in class org.joda.time.Days
Constant representing three days.
THREE - static field in class org.joda.time.Hours
Constant representing three hours.
THREE - static field in class org.joda.time.Minutes
Constant representing three minutes.
THREE - static field in class org.joda.time.Months
Constant representing three months.
THREE - static field in class org.joda.time.Seconds
Constant representing three seconds.
THREE - static field in class org.joda.time.Weeks
Constant representing three weeks.
THREE - static field in class org.joda.time.Years
Constant representing three years.
THURSDAY - static field in class org.joda.time.DateTimeConstants
Constant (4) representing Thursday, the fourth day of the week (ISO)
time() - 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, three digit fraction of second, and time zone offset (HH:mm:ss.SSSZZ).
time() - static method in class org.joda.time.PeriodType
Gets a type that defines all standard time fields.
timeElementParser() - static method in class org.joda.time.format.ISODateTimeFormat
Returns a generic ISO time parser.
timeNoMillis() - 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 time zone offset (HH:mm:ssZZ).
TimeOfDay - class org.joda.time.TimeOfDay
TimeOfDay is an immutable partial supporting the hour, minute, second and millisecond fields.
TimeOfDay() - constructor for class org.joda.time.TimeOfDay
Constructs a TimeOfDay with the current time, using ISOChronology in the default zone to extract the fields.
TimeOfDay(int,int) - constructor for class org.joda.time.TimeOfDay
Constructs a TimeOfDay with specified hour and minute and zero seconds and milliseconds using ISOChronology in the default zone.
TimeOfDay(int,int,int) - constructor for class org.joda.time.TimeOfDay
Constructs a TimeOfDay with specified time field values and zero milliseconds using ISOChronology in the default zone.
TimeOfDay(int,int,int,int) - constructor for class org.joda.time.TimeOfDay
Constructs a TimeOfDay with specified time field values using ISOChronology in the default zone.
Constructs a TimeOfDay with specified time field values and chronology.
TimeOfDay(int,int,int,org.joda.time.Chronology) - constructor for class org.joda.time.TimeOfDay
Constructs a TimeOfDay with specified time field values and zero milliseconds.
TimeOfDay(int,int,org.joda.time.Chronology) - constructor for class org.joda.time.TimeOfDay
Constructs a TimeOfDay with specified hour and minute and zero seconds and milliseconds.
TimeOfDay(long) - constructor for class org.joda.time.TimeOfDay
Constructs a TimeOfDay extracting the partial fields from the specified milliseconds using the ISOChronology in the default zone.
TimeOfDay(long,org.joda.time.Chronology) - constructor for class org.joda.time.TimeOfDay
Constructs a TimeOfDay extracting the partial fields from the specified milliseconds using the chronology provided.
TimeOfDay(Object) - constructor for class org.joda.time.TimeOfDay
Constructs a TimeOfDay from an Object that represents a time.
TimeOfDay(Object,org.joda.time.Chronology) - constructor for class org.joda.time.TimeOfDay
Constructs a TimeOfDay from an Object that represents a time, using the specified chronology.
TimeOfDay(org.joda.time.Chronology) - constructor for class org.joda.time.TimeOfDay
Constructs a TimeOfDay with the current time, using the specified chronology and zone to extract the fields.
TimeOfDay(org.joda.time.DateTimeZone) - constructor for class org.joda.time.TimeOfDay
Constructs a TimeOfDay with the current time, using ISOChronology in the specified zone to extract the fields.
timeParser() - static method in class org.joda.time.format.ISODateTimeFormat
Returns a generic ISO time parser for parsing times with a possible zone.
toCalendar(Locale) - method in class org.joda.time.base.AbstractDateTime
Get the date time as a java.util.Calendar, assigning exactly the same millisecond instant.
toDate() - method in class org.joda.time.base.AbstractInstant
Get the date time as a java.util.Date.
toDateMidnight() - method in class org.joda.time.DateTime
Converts this object to a DateMidnight using the same millis and chronology.
toDateMidnight() - method in class org.joda.time.LocalDate
Converts this LocalDate to a DateMidnight in the default time zone.
toDateMidnight() - method in class org.joda.time.YearMonthDay
Converts this object to a DateMidnight in the default time zone.
Converts this LocalDate to a DateMidnight.
Converts this object to a DateMidnight.
toDateTime() - method in class org.joda.time.base.AbstractInstant
Get this object as a DateTime in the same zone.
toDateTime() - method in class org.joda.time.DateTime
Get this object as a DateTime by returning this.
toDateTime() - method in class org.joda.time.Instant
Get this object as a DateTime using ISOChronology in the default zone.
toDateTime() - method in class org.joda.time.LocalDateTime
Converts this object to a DateTime using the default zone.
toDateTime() - method in class org.joda.time.ReadableDateTime
Get this object as a DateTime.
toDateTime(org.joda.time.Chronology) - method in class org.joda.time.base.AbstractInstant
Get this object as a DateTime using the given chronology and its zone.
toDateTime(org.joda.time.Chronology) - method in class org.joda.time.DateTime
Get this object as a DateTime, returning this if possible.
toDateTime(org.joda.time.DateTimeZone) - method in class org.joda.time.base.AbstractInstant
Get this object as a DateTime using the same chronology but a different zone.
toDateTime(org.joda.time.DateTimeZone) - method in class org.joda.time.DateTime
Get this object as a DateTime, returning this if possible.
Converts this object to a DateTime using the specified zone.
toDateTime(org.joda.time.LocalTime) - method in class org.joda.time.LocalDate
Converts this object to a DateTime using a LocalTime to fill in the missing fields and using the default time zone.
Converts this object to a DateTime using a LocalTime to fill in the missing fields.
toDateTime(org.joda.time.ReadableInstant) - method in class org.joda.time.base.AbstractPartial
Resolves this partial against another complete instant to create a new full instant.
Converts this partial to a full datetime by resolving it against another datetime.
toDateTime(org.joda.time.TimeOfDay) - method in class org.joda.time.YearMonthDay
Converts this object to a DateTime using a TimeOfDay to fill in the missing fields and using the default time zone.
Converts this object to a DateTime using a TimeOfDay to fill in the missing fields.
toDateTimeAtCurrentTime() - method in class org.joda.time.LocalDate
Converts this LocalDate to a full datetime using the default time zone setting the date fields from this instance and the time fields from the current time.
toDateTimeAtCurrentTime() - method in class org.joda.time.YearMonthDay
Converts this partial to a full datetime using the default time zone setting the date fields from this instance and the time fields from the current time.
Converts this LocalDate to a full datetime using the specified time zone setting the date fields from this instance and the time fields from the current time.
Converts this partial to a full datetime using the specified time zone setting the date fields from this instance and the time fields from the current time.
toDateTimeAtMidnight() - method in class org.joda.time.LocalDate
Converts this LocalDate to a full datetime at midnight using the default time zone.
toDateTimeAtMidnight() - method in class org.joda.time.YearMonthDay
Converts this YearMonthDay to a full datetime at midnight using the default time zone.
Converts this LocalDate to a full datetime at midnight using the specified time zone.
Converts this YearMonthDay to a full datetime at midnight using the specified time zone.
toDateTimeAtStartOfDay() - method in class org.joda.time.LocalDate
Converts this LocalDate to a full datetime at the earliest valid time for the date using the default time zone.
Converts this LocalDate to a full datetime at the earliest valid time for the date using the specified time zone.
toDateTimeISO() - method in class org.joda.time.base.AbstractInstant
Get this object as a DateTime using ISOChronology in the same zone.
toDateTimeISO() - method in class org.joda.time.DateTime
Get this object as a DateTime using ISOChronology in the default zone, returning this if possible.
toDateTimeISO() - method in class org.joda.time.Instant
Get this object as a DateTime using ISOChronology in the default zone.
toDateTimeToday() - method in class org.joda.time.LocalTime
Converts this LocalTime to a full datetime using the default time zone setting the time fields from this instance and the date fields from the current date.
toDateTimeToday() - method in class org.joda.time.TimeOfDay
Converts this partial to a full datetime using the default time zone setting the time fields from this instance and the date fields from the current time.
Converts this LocalTime to a full datetime using the specified time zone setting the time fields from this instance and the date fields from the current time.
Converts this partial to a full datetime using the specified time zone setting the time fields from this instance and the date fields from the current time.
toDateTimeZone(String,boolean) - method in class org.joda.time.tz.DateTimeZoneBuilder
Processes all the rules and builds a DateTimeZone.
toDuration() - method in class org.joda.time.base.AbstractDuration
Get this duration as an immutable Duration object.
toDuration() - method in class org.joda.time.base.AbstractInterval
Gets the duration of this time interval.
toDuration() - method in class org.joda.time.Duration
Get this duration as an immutable Duration object by returning this.
toDuration() - method in class org.joda.time.ReadableDuration
Get this duration as an immutable Duration object.
toDuration() - method in class org.joda.time.ReadableInterval
Gets the millisecond duration of this time interval.
toDurationFrom(org.joda.time.ReadableInstant) - method in class org.joda.time.base.BasePeriod
Gets the total millisecond duration of this period relative to a start instant.
toDurationMillis() - method in class org.joda.time.base.AbstractInterval
Gets the duration of this time interval in milliseconds.
toDurationMillis() - method in class org.joda.time.ReadableInterval
Gets the millisecond duration of this time interval.
toDurationTo(org.joda.time.ReadableInstant) - method in class org.joda.time.base.BasePeriod
Gets the total millisecond duration of this period relative to an end instant.
toFormatter() - method in class org.joda.time.format.DateTimeFormatterBuilder
Constructs a DateTimeFormatter using all the appended elements.
toFormatter() - method in class org.joda.time.format.PeriodFormatterBuilder
Constructs a PeriodFormatter using all the appended elements.
toGregorianCalendar() - method in class org.joda.time.base.AbstractDateTime
Get the date time as a java.util.GregorianCalendar, assigning exactly the same millisecond instant.
toInstant() - method in class org.joda.time.base.AbstractInstant
Get this object as an Instant.
toInstant() - method in class org.joda.time.Instant
Get this object as an Instant by returning this.
toInstant() - method in class org.joda.time.ReadableInstant
Get the value as a simple immutable Instant object.
toInterval() - method in class org.joda.time.base.AbstractInterval
Get this interval as an immutable Interval object.
toInterval() - method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Returns the interval that represents the range of the minimum and maximum values of this field.
toInterval() - method in class org.joda.time.DateMidnight
Converts this object to an Interval encompassing the whole of this day.
toInterval() - method in class org.joda.time.Interval
Get this interval as an immutable Interval object by returning this.
toInterval() - method in class org.joda.time.LocalDate
Converts this object to an Interval representing the whole day in the default time zone.
toInterval() - method in class org.joda.time.ReadableInterval
Get this interval as an immutable Interval object.
toInterval() - method in class org.joda.time.YearMonthDay
Converts this object to an Interval representing the whole day in the default time zone.
toInterval(org.joda.time.DateTimeZone) - method in class org.joda.time.LocalDate
Converts this object to an Interval representing the whole day.
Converts this object to an Interval representing the whole day.
toIntervalFrom(org.joda.time.ReadableInstant) - method in class org.joda.time.base.BaseDuration
Converts this duration to an Interval starting at the specified instant.
toIntervalTo(org.joda.time.ReadableInstant) - method in class org.joda.time.base.BaseDuration
Converts this duration to an Interval ending at the specified instant.
toLocalDate() - method in class org.joda.time.DateMidnight
Converts this object to a LocalDate with the same date and chronology.
toLocalDate() - method in class org.joda.time.DateTime
Converts this object to a LocalDate with the same date and chronology.
toLocalDate() - method in class org.joda.time.LocalDateTime
Converts this object to a LocalDate with the same date and chronology.
toLocalDate() - method in class org.joda.time.YearMonthDay
Converts this object to a LocalDate with the same date and chronology.
toLocalDateTime() - method in class org.joda.time.DateTime
Converts this object to a LocalDateTime with the same datetime and chronology.
toLocalDateTime(org.joda.time.LocalTime) - method in class org.joda.time.LocalDate
Converts this object to a LocalDateTime using a LocalTime to fill in the missing fields.
toLocalTime() - method in class org.joda.time.DateTime
Converts this object to a LocalTime with the same time and chronology.
toLocalTime() - method in class org.joda.time.LocalDateTime
Converts this object to a LocalTime with the same time and chronology.
toLocalTime() - method in class org.joda.time.TimeOfDay
Converts this object to a LocalTime with the same time and chronology.
toMutableDateTime() - method in class org.joda.time.base.AbstractInstant
Get this object as a MutableDateTime in the same zone.
toMutableDateTime() - method in class org.joda.time.Instant
Get this object as a MutableDateTime using ISOChronology in the default zone.
toMutableDateTime() - method in class org.joda.time.ReadableDateTime
Get this object as a MutableDateTime, always returning a new instance.
Get this object as a MutableDateTime using the given chronology and its zone.
Get this object as a MutableDateTime using the same chronology but a different zone.
toMutableDateTimeISO() - method in class org.joda.time.base.AbstractInstant
Get this object as a MutableDateTime using ISOChronology in the same zone.
toMutableDateTimeISO() - method in class org.joda.time.Instant
Get this object as a MutableDateTime using ISOChronology in the default zone.
toMutableInterval() - method in class org.joda.time.base.AbstractInterval
Get this time interval as a MutableInterval.
toMutableInterval() - method in class org.joda.time.ReadableInterval
Get this time interval as a MutableInterval.
toMutablePeriod() - method in class org.joda.time.base.AbstractPeriod
Get this object as a MutablePeriod.
toMutablePeriod() - method in class org.joda.time.base.BaseSingleFieldPeriod
Get this object as a MutablePeriod.
toMutablePeriod() - method in class org.joda.time.ReadablePeriod
Get this object as a MutablePeriod.
toParser() - method in class org.joda.time.format.DateTimeFormatterBuilder
Internal method to create a DateTimeParser instance using all the appended elements.
toParser() - method in class org.joda.time.format.PeriodFormatterBuilder
Internal method to create a PeriodParser instance using all the appended elements.
toPeriod() - method in class org.joda.time.base.AbstractDuration
Converts this duration to a Period instance using the standard period type and the ISO chronology.
toPeriod() - method in class org.joda.time.base.AbstractInterval
Converts the duration of the interval to a Period using the All period type.
toPeriod() - method in class org.joda.time.base.AbstractPeriod
Get this period as an immutable Period object.
toPeriod() - method in class org.joda.time.base.BaseSingleFieldPeriod
Get this period as an immutable Period object.
toPeriod() - method in class org.joda.time.Period
Get this period as an immutable Period object by returning this.
toPeriod() - method in class org.joda.time.ReadableDuration
Converts this duration to a Period instance using the standard period type and the ISO chronology.
toPeriod() - method in class org.joda.time.ReadableInterval
Converts the duration of the interval to a period using the standard period type.
toPeriod() - method in class org.joda.time.ReadablePeriod
Get this period as an immutable Period object.
toPeriod(org.joda.time.Chronology) - method in class org.joda.time.base.BaseDuration
Converts this duration to a Period instance using the standard period type and the specified chronology.
toPeriod(org.joda.time.PeriodType) - method in class org.joda.time.base.AbstractInterval
Converts the duration of the interval to a Period using the specified period type.
toPeriod(org.joda.time.PeriodType) - method in class org.joda.time.base.BaseDuration
Converts this duration to a Period instance using the specified period type and the ISO chronology.
Converts the duration of the interval to a period using the specified period type.
Converts this duration to a Period instance using the specified period type and chronology.
toPeriodFrom(org.joda.time.ReadableInstant) - method in class org.joda.time.base.BaseDuration
Converts this duration to a Period instance by adding the duration to a start instant to obtain an interval using the standard period type.
Converts this duration to a Period instance by adding the duration to a start instant to obtain an interval.
toPeriodTo(org.joda.time.ReadableInstant) - method in class org.joda.time.base.BaseDuration
Converts this duration to a Period instance by subtracting the duration from an end instant to obtain an interval using the standard period type.
Converts this duration to a Period instance by subtracting the duration from an end instant to obtain an interval using the standard period type.
toPrinter() - method in class org.joda.time.format.DateTimeFormatterBuilder
Internal method to create a DateTimePrinter instance using all the appended elements.
toPrinter() - method in class org.joda.time.format.PeriodFormatterBuilder
Internal method to create a PeriodPrinter instance using all the appended elements.
toStandardDays() - method in class org.joda.time.Hours
Converts this period in hours to a period in days assuming a 24 hour day.
toStandardDays() - method in class org.joda.time.Minutes
Converts this period in minutes to a period in days assuming a 24 hour day and 60 minute hour.
toStandardDays() - method in class org.joda.time.Period
Converts this period to a period in days assuming a 7 day week, 24 hour day, 60 minute hour and 60 second minute.
toStandardDays() - method in class org.joda.time.Seconds
Converts this period in seconds to a period in days assuming a 24 hour day, 60 minute hour and 60 second minute.
toStandardDays() - method in class org.joda.time.Weeks
Converts this period in weeks to a period in days assuming a 7 day week.
toStandardDuration() - method in class org.joda.time.Days
Converts this period in days to a duration in milliseconds assuming a 24 hour day, 60 minute hour and 60 second minute.
toStandardDuration() - method in class org.joda.time.Hours
Converts this period in hours to a duration in milliseconds assuming a 60 minute hour and 60 second minute.
toStandardDuration() - method in class org.joda.time.Minutes
Converts this period in minutes to a duration in milliseconds assuming a 60 second minute.
toStandardDuration() - method in class org.joda.time.Period
Converts this period to a duration assuming a 7 day week, 24 hour day, 60 minute hour and 60 second minute.
toStandardDuration() - method in class org.joda.time.Seconds
Converts this period in seconds to a duration in milliseconds assuming a 24 hour day, 60 minute hour and 60 second minute.
toStandardDuration() - method in class org.joda.time.Weeks
Converts this period in weeks to a duration in milliweeks assuming a 7 day week, 24 hour day, 60 minute hour and 60 second minute.
toStandardHours() - method in class org.joda.time.Days
Converts this period in days to a period in hours assuming a 24 hour day.
toStandardHours() - method in class org.joda.time.Minutes
Converts this period in minutes to a period in hours assuming a 60 minute hour.
toStandardHours() - method in class org.joda.time.Period
Converts this period to a period in hours assuming a 7 day week, 24 hour day, 60 minute hour and 60 second minute.
toStandardHours() - method in class org.joda.time.Seconds
Converts this period in seconds to a period in hours assuming a 60 minute hour and 60 second minute.
toStandardHours() - method in class org.joda.time.Weeks
Converts this period in weeks to a period in hours assuming a 7 day week and 24 hour day.
toStandardMinutes() - method in class org.joda.time.Days
Converts this period in days to a period in minutes assuming a 24 hour day and 60 minute hour.
toStandardMinutes() - method in class org.joda.time.Hours
Converts this period in hours to a period in minutes assuming a 60 minute hour.
toStandardMinutes() - method in class org.joda.time.Period
Converts this period to a period in minutes assuming a 7 day week, 24 hour day, 60 minute hour and 60 second minute.
toStandardMinutes() - method in class org.joda.time.Seconds
Converts this period in seconds to a period in minutes assuming a 60 second minute.
toStandardMinutes() - method in class org.joda.time.Weeks
Converts this period in weeks to a period in minutes assuming a 7 day week, 24 hour day and 60 minute hour.
toStandardSeconds() - method in class org.joda.time.Days
Converts this period in days to a period in seconds assuming a 24 hour day, 60 minute hour and 60 second minute.
toStandardSeconds() - method in class org.joda.time.Duration
Converts this duration to a period in seconds assuming 1000 milliseconds in a second.
toStandardSeconds() - method in class org.joda.time.Hours
Converts this period in hours to a period in seconds assuming a 60 minute hour and 60 second minute.
toStandardSeconds() - method in class org.joda.time.Minutes
Converts this period in minutes to a period in seconds assuming a 60 second minute.
toStandardSeconds() - method in class org.joda.time.Period
Converts this period to a period in seconds assuming a 7 day week, 24 hour day, 60 minute hour and 60 second minute.
toStandardSeconds() - method in class org.joda.time.Weeks
Converts this period in weeks to a period in seconds assuming a 7 day week, 24 hour day, 60 minute hour and 60 second minute.
toStandardWeeks() - method in class org.joda.time.Days
Converts this period in days to a period in weeks assuming a 7 day week.
toStandardWeeks() - method in class org.joda.time.Hours
Converts this period in hours to a period in weeks assuming a 7 day week and 24 hour day.
toStandardWeeks() - method in class org.joda.time.Minutes
Converts this period in minutes to a period in weeks assuming a 7 days week, 24 hour day and 60 minute hour.
toStandardWeeks() - method in class org.joda.time.Period
Converts this period to a period in weeks assuming a 7 day week, 24 hour day, 60 minute hour and 60 second minute.
toStandardWeeks() - method in class org.joda.time.Seconds
Converts this period in seconds to a period in weeks assuming a 7 day week, 24 hour day, 60 minute hour and 60 second minute.
toString() - method in class org.joda.time.convert.AbstractConverter
Gets a debugging string version of this converter.
toString() - method in class org.joda.time.base.AbstractDuration
Gets the value as a String in the ISO8601 duration format including only seconds and milliseconds.
toString() - method in class org.joda.time.base.AbstractInstant
Output the date time in ISO8601 format (yyyy-MM-ddTHH:mm:ss.SSSZZ).
toString() - method in class org.joda.time.base.AbstractInterval
Output a string in ISO8601 interval format.
toString() - method in class org.joda.time.field.AbstractPartialFieldProperty
Output a debugging string.
toString() - method in class org.joda.time.base.AbstractPeriod
Gets the value as a String in the ISO8601 duration format.
toString() - method in class org.joda.time.field.AbstractReadableInstantFieldProperty
Output a debugging string.
toString() - method in class org.joda.time.chrono.BaseChronology
Gets a debugging toString.
toString() - method in class org.joda.time.field.BaseDateTimeField
Get a suitable debug string.
toString() - method in class org.joda.time.field.BaseDurationField
Get a suitable debug string.
toString() - method in class org.joda.time.chrono.BuddhistChronology
Gets a debugging toString.
toString() - method in class org.joda.time.Chronology
Gets a debugging toString.
toString() - method in class org.joda.time.convert.ConverterManager
Gets a debug representation of the object.
toString() - method in class org.joda.time.DateTimeComparator
Gets a debugging string.
toString() - method in class org.joda.time.DateTimeField
Get a suitable debug string.
toString() - method in class org.joda.time.DateTimeFieldType
Get a suitable debug string.
toString() - method in class org.joda.time.DateTimeZone
Gets the datetime zone as a string, which is simply its ID.
toString() - method in class org.joda.time.Days
Gets this instance as a String in the ISO8601 duration format.
toString() - method in class org.joda.time.field.DelegatedDateTimeField
Get a suitable debug string.
toString() - method in class org.joda.time.field.DelegatedDurationField
toString() - method in class org.joda.time.DurationField
Get a suitable debug string.
toString() - method in class org.joda.time.DurationFieldType
Get a suitable debug string.
toString() - method in class org.joda.time.chrono.GJChronology
Gets a debugging toString.
toString() - method in class org.joda.time.Hours
Gets this instance as a String in the ISO8601 duration format.
toString() - method in class org.joda.time.chrono.ISOChronology
Gets a debugging toString.
toString() - method in class org.joda.time.chrono.LenientChronology
A debugging string for the chronology.
toString() - method in class org.joda.time.chrono.LimitChronology
A debugging string for the chronology.
toString() - method in class org.joda.time.LocalDate
Output the date time in ISO8601 format (yyyy-MM-dd).
toString() - method in class org.joda.time.LocalDateTime
Output the date time in ISO8601 format (yyyy-MM-ddTHH:mm:ss.SSS).
toString() - method in class org.joda.time.LocalTime
Output the time in ISO8601 format (HH:mm:ss.SSSZZ).
toString() - method in class org.joda.time.field.MillisDurationField
Get a suitable debug string.
toString() - method in class org.joda.time.Minutes
Gets this instance as a String in the ISO8601 duration format.
toString() - method in class org.joda.time.Months
Gets this instance as a String in the ISO8601 duration format.
toString() - method in class org.joda.time.MutableDateTime
Output the date time in ISO8601 format (yyyy-MM-ddTHH:mm:ss.SSSZZ).
toString() - method in class org.joda.time.Partial
Output the date in an appropriate ISO8601 format.
toString() - method in class org.joda.time.PeriodType
Gets a debugging to string.
toString() - method in class org.joda.time.ReadableDuration
Gets the value as a String in the ISO8601 duration format using hours, minutes and seconds (including fractional milliseconds).
toString() - method in class org.joda.time.ReadableInstant
Get the value as a String in a recognisable ISO8601 format.
toString() - method in class org.joda.time.ReadableInterval
Get the value as a String in the ISO8601 interval format.
toString() - method in class org.joda.time.ReadablePartial
Get the value as a String in a recognisable ISO8601 format, only displaying supported fields.
toString() - method in class org.joda.time.ReadablePeriod
Gets the value as a String in the style of the ISO8601 duration format.
toString() - method in class org.joda.time.Seconds
Gets this instance as a String in the ISO8601 duration format.
toString() - method in class org.joda.time.chrono.StrictChronology
A debugging string for the chronology.
toString() - method in class org.joda.time.TimeOfDay
Output the time in the ISO8601 format THH:mm:ss.SSS.
toString() - method in class org.joda.time.field.UnsupportedDateTimeField
Get a suitable debug string.
toString() - method in class org.joda.time.field.UnsupportedDurationField
Get a suitable debug string.
toString() - method in class org.joda.time.Weeks
Gets this instance as a String in the ISO8601 duration format.
toString() - method in class org.joda.time.YearMonthDay
Output the date in the ISO8601 format YYYY-MM-DD.
toString() - method in class org.joda.time.Years
Gets this instance as a String in the ISO8601 duration format.
toString() - method in class org.joda.time.chrono.ZonedChronology
A debugging string for the chronology.
Uses the specified formatter to convert this partial to a String.
Uses the specified formatter to convert this partial to a String.
Uses the specified formatter to convert this period to a String.
toString(String) - method in class org.joda.time.base.AbstractDateTime
Output the instant using the specified format pattern.
toString(String) - method in class org.joda.time.base.BasePartial
Output the date using the specified format pattern.
toString(String) - method in class org.joda.time.LocalDate
Output the date using the specified format pattern.
toString(String) - method in class org.joda.time.LocalDateTime
Output the date using the specified format pattern.
toString(String) - method in class org.joda.time.LocalTime
Output the time using the specified format pattern.
toString(String) - method in class org.joda.time.Partial
Output the date using the specified format pattern.
toString(String) - method in class org.joda.time.ReadableDateTime
Output the instant using the specified format pattern.
toString(String,Locale) - method in class org.joda.time.base.AbstractDateTime
Output the instant using the specified format pattern.
toString(String,Locale) - method in class org.joda.time.base.BasePartial
Output the date using the specified format pattern.
toString(String,Locale) - method in class org.joda.time.LocalDate
Output the date using the specified format pattern.
toString(String,Locale) - method in class org.joda.time.LocalDateTime
Output the date using the specified format pattern.
toString(String,Locale) - method in class org.joda.time.LocalTime
Output the time using the specified format pattern.
toString(String,Locale) - method in class org.joda.time.Partial
Output the date using the specified format pattern.
toString(String,Locale) - method in class org.joda.time.ReadableDateTime
Output the instant using the specified format pattern.
toStringList() - method in class org.joda.time.Partial
Gets a string version of the partial that lists all the fields.
toTimeOfDay() - method in class org.joda.time.DateTime
Converts this object to a TimeOfDay using the same millis and chronology.
toTimeZone() - method in class org.joda.time.DateTimeZone
Get the datetime zone as a java.util.TimeZone.
toTimeZone() - method in class org.joda.time.tz.FixedDateTimeZone
Override to return the correct timzone instance.
toYearMonthDay() - method in class org.joda.time.DateMidnight
Converts this object to a YearMonthDay using the same date and chronology.
toYearMonthDay() - method in class org.joda.time.DateTime
Converts this object to a YearMonthDay using the same millis and chronology.
tTime() - 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, three digit fraction of second, and time zone offset prefixed by 'T' ('T'HH:mm:ss.SSSZZ).
tTimeNoMillis() - 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 time zone offset prefixed by 'T' ('T'HH:mm:ssZZ).
TUESDAY - static field in class org.joda.time.DateTimeConstants
Constant (2) representing Tuesday, the second day of the week (ISO)
TWELVE - static field in class org.joda.time.Months
Constant representing twelve months.
TWO - static field in class org.joda.time.Days
Constant representing two days.
TWO - static field in class org.joda.time.Hours
Constant representing two hours.
TWO - static field in class org.joda.time.Minutes
Constant representing two minutes.
TWO - static field in class org.joda.time.Months
Constant representing two months.
TWO - static field in class org.joda.time.Seconds
Constant representing two seconds.
TWO - static field in class org.joda.time.Weeks
Constant representing two weeks.
TWO - static field in class org.joda.time.Years
Constant representing two years.

Copyright (c) 2001-2006 - Joda.org