A B C D E F G H I J L M N O P R S T U V W Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
T
- TEN - Static variable in class org.joda.time.Months
-
Constant representing ten months.
- THREE - Static variable in class org.joda.time.Days
-
Constant representing three days.
- THREE - Static variable in class org.joda.time.Hours
-
Constant representing three hours.
- THREE - Static variable in class org.joda.time.Minutes
-
Constant representing three minutes.
- THREE - Static variable in class org.joda.time.Months
-
Constant representing three months.
- THREE - Static variable in class org.joda.time.Seconds
-
Constant representing three seconds.
- THREE - Static variable in class org.joda.time.Weeks
-
Constant representing three weeks.
- THREE - Static variable in class org.joda.time.Years
-
Constant representing three years.
- THURSDAY - Static variable 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 in org.joda.time
-
Deprecated.Use LocalTime which has a much better internal implementation and has been available since 1.3
- TimeOfDay() - Constructor for class org.joda.time.TimeOfDay
-
Deprecated.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
-
Deprecated.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
-
Deprecated.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
-
Deprecated.Constructs a TimeOfDay with specified time field values using
ISOChronology
in the default zone. - TimeOfDay(int, int, int, int, Chronology) - Constructor for class org.joda.time.TimeOfDay
-
Deprecated.Constructs a TimeOfDay with specified time field values and chronology.
- TimeOfDay(int, int, int, Chronology) - Constructor for class org.joda.time.TimeOfDay
-
Deprecated.Constructs a TimeOfDay with specified time field values and zero milliseconds.
- TimeOfDay(int, int, Chronology) - Constructor for class org.joda.time.TimeOfDay
-
Deprecated.Constructs a TimeOfDay with specified hour and minute and zero seconds and milliseconds.
- TimeOfDay(long) - Constructor for class org.joda.time.TimeOfDay
-
Deprecated.Constructs a TimeOfDay extracting the partial fields from the specified milliseconds using the ISOChronology in the default zone.
- TimeOfDay(long, Chronology) - Constructor for class org.joda.time.TimeOfDay
-
Deprecated.Constructs a TimeOfDay extracting the partial fields from the specified milliseconds using the chronology provided.
- TimeOfDay(Object) - Constructor for class org.joda.time.TimeOfDay
-
Deprecated.Constructs a TimeOfDay from an Object that represents a time.
- TimeOfDay(Object, Chronology) - Constructor for class org.joda.time.TimeOfDay
-
Deprecated.Constructs a TimeOfDay from an Object that represents a time, using the specified chronology.
- TimeOfDay(Chronology) - Constructor for class org.joda.time.TimeOfDay
-
Deprecated.Constructs a TimeOfDay with the current time, using the specified chronology and zone to extract the fields.
- TimeOfDay(DateTimeZone) - Constructor for class org.joda.time.TimeOfDay
-
Deprecated.Constructs a TimeOfDay with the current time, using ISOChronology in the specified zone to extract the fields.
- TimeOfDay.Property - Class in org.joda.time
-
Deprecated.Use LocalTime which has a much better internal implementation
- 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
-
Deprecated.Converts this object to a DateMidnight in the default time zone.
- toDateMidnight(DateTimeZone) - Method in class org.joda.time.LocalDate
-
Converts this LocalDate to a DateMidnight.
- toDateMidnight(DateTimeZone) - Method in class org.joda.time.YearMonthDay
-
Deprecated.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 interface org.joda.time.ReadableDateTime
-
Get this object as a DateTime.
- toDateTime(Chronology) - Method in class org.joda.time.base.AbstractInstant
-
Get this object as a DateTime using the given chronology and its zone.
- toDateTime(Chronology) - Method in class org.joda.time.DateTime
-
Get this object as a DateTime, returning
this
if possible. - toDateTime(DateTimeZone) - Method in class org.joda.time.base.AbstractInstant
-
Get this object as a DateTime using the same chronology but a different zone.
- toDateTime(DateTimeZone) - Method in class org.joda.time.DateTime
-
Get this object as a DateTime, returning
this
if possible. - toDateTime(DateTimeZone) - Method in class org.joda.time.LocalDateTime
-
Converts this object to a DateTime using the specified zone.
- toDateTime(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.
- toDateTime(LocalTime, DateTimeZone) - Method in class org.joda.time.LocalDate
-
Converts this object to a DateTime using a LocalTime to fill in the missing fields.
- toDateTime(ReadableInstant) - Method in class org.joda.time.base.AbstractPartial
-
Resolves this partial against another complete instant to create a new full instant.
- toDateTime(ReadableInstant) - Method in interface org.joda.time.ReadablePartial
-
Converts this partial to a full datetime by resolving it against another datetime.
- toDateTime(TimeOfDay) - Method in class org.joda.time.YearMonthDay
-
Deprecated.Converts this object to a DateTime using a TimeOfDay to fill in the missing fields and using the default time zone.
- toDateTime(TimeOfDay, DateTimeZone) - Method in class org.joda.time.YearMonthDay
-
Deprecated.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
-
Deprecated.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.
- toDateTimeAtCurrentTime(DateTimeZone) - Method in class org.joda.time.LocalDate
-
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.
- toDateTimeAtCurrentTime(DateTimeZone) - Method in class org.joda.time.YearMonthDay
-
Deprecated.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
-
Deprecated.Use
LocalDate.toDateTimeAtStartOfDay()
which won't throw an exception - toDateTimeAtMidnight() - Method in class org.joda.time.YearMonthDay
-
Deprecated.Converts this YearMonthDay to a full datetime at midnight using the default time zone.
- toDateTimeAtMidnight(DateTimeZone) - Method in class org.joda.time.LocalDate
-
Deprecated.Use
LocalDate.toDateTimeAtStartOfDay(DateTimeZone)
which won't throw an exception - toDateTimeAtMidnight(DateTimeZone) - Method in class org.joda.time.YearMonthDay
-
Deprecated.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.
- toDateTimeAtStartOfDay(DateTimeZone) - Method in class org.joda.time.LocalDate
-
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
-
Deprecated.Use toDateTime() as it is identical
- 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
-
Deprecated.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.
- toDateTimeToday(DateTimeZone) - Method in class org.joda.time.LocalTime
-
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.
- toDateTimeToday(DateTimeZone) - Method in class org.joda.time.TimeOfDay
-
Deprecated.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 returningthis
. - toDuration() - Method in interface org.joda.time.ReadableDuration
-
Get this duration as an immutable
Duration
object. - toDuration() - Method in interface org.joda.time.ReadableInterval
-
Gets the millisecond duration of this time interval.
- toDurationFrom(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 interface org.joda.time.ReadableInterval
-
Gets the millisecond duration of this time interval.
- toDurationTo(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 interface 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.DateMidnight
-
Converts this object to an
Interval
encompassing the whole of this day. - 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.Interval
-
Get this interval as an immutable
Interval
object by returningthis
. - 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 interface org.joda.time.ReadableInterval
-
Get this interval as an immutable
Interval
object. - toInterval() - Method in class org.joda.time.YearMonthDay
-
Deprecated.Converts this object to an Interval representing the whole day in the default time zone.
- toInterval(DateTimeZone) - Method in class org.joda.time.LocalDate
-
Converts this object to an Interval representing the whole day.
- toInterval(DateTimeZone) - Method in class org.joda.time.YearMonthDay
-
Deprecated.Converts this object to an Interval representing the whole day.
- toIntervalFrom(ReadableInstant) - Method in class org.joda.time.base.BaseDuration
-
Converts this duration to an Interval starting at the specified instant.
- toIntervalTo(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
-
Deprecated.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(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
-
Deprecated.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 interface org.joda.time.ReadableDateTime
-
Get this object as a MutableDateTime, always returning a new instance.
- toMutableDateTime(Chronology) - Method in class org.joda.time.base.AbstractInstant
-
Get this object as a MutableDateTime using the given chronology and its zone.
- toMutableDateTime(DateTimeZone) - Method in class org.joda.time.base.AbstractInstant
-
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
-
Deprecated.Use toMutableDateTime() as it is identical
- toMutableInterval() - Method in class org.joda.time.base.AbstractInterval
-
Get this time interval as a
MutableInterval
. - toMutableInterval() - Method in interface 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 interface 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 returningthis
. - toPeriod() - Method in interface org.joda.time.ReadableDuration
-
Converts this duration to a Period instance using the standard period type and the ISO chronology.
- toPeriod() - Method in interface org.joda.time.ReadableInterval
-
Converts the duration of the interval to a period using the standard period type.
- toPeriod() - Method in interface org.joda.time.ReadablePeriod
-
Get this period as an immutable
Period
object. - toPeriod(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(PeriodType) - Method in class org.joda.time.base.AbstractInterval
-
Converts the duration of the interval to a
Period
using the specified period type. - toPeriod(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.
- toPeriod(PeriodType) - Method in interface org.joda.time.ReadableInterval
-
Converts the duration of the interval to a period using the specified period type.
- toPeriod(PeriodType, Chronology) - Method in class org.joda.time.base.BaseDuration
-
Converts this duration to a Period instance using the specified period type and chronology.
- toPeriodFrom(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.
- toPeriodFrom(ReadableInstant, PeriodType) - 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.
- toPeriodTo(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.
- toPeriodTo(ReadableInstant, PeriodType) - 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.
- 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.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.base.AbstractPeriod
-
Gets the value as a String in the ISO8601 duration format.
- toString() - Method in class org.joda.time.chrono.BaseChronology
-
Gets a debugging toString.
- toString() - Method in class org.joda.time.chrono.BuddhistChronology
-
Gets a debugging toString.
- toString() - Method in class org.joda.time.chrono.GJChronology
-
Gets a debugging toString.
- 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.chrono.StrictChronology
-
A debugging string for the chronology.
- toString() - Method in class org.joda.time.chrono.ZonedChronology
-
A debugging string for the chronology.
- toString() - Method in class org.joda.time.Chronology
-
Gets a debugging toString.
- toString() - Method in class org.joda.time.convert.AbstractConverter
-
Gets a debugging string version of this converter.
- 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.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.field.AbstractPartialFieldProperty
-
Output a debugging string.
- toString() - Method in class org.joda.time.field.AbstractReadableInstantFieldProperty
-
Output a debugging string.
- 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.field.DelegatedDateTimeField
- toString() - Method in class org.joda.time.field.DelegatedDurationField
- toString() - Method in class org.joda.time.field.MillisDurationField
-
Get a suitable debug string.
- 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.Hours
-
Gets this instance as a String in the ISO8601 duration format.
- 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.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 interface 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 interface org.joda.time.ReadableInstant
-
Get the value as a String in a recognisable ISO8601 format.
- toString() - Method in interface org.joda.time.ReadableInterval
-
Get the value as a String in the ISO8601 interval format.
- toString() - Method in interface org.joda.time.ReadablePartial
-
Get the value as a String in a recognisable ISO8601 format, only displaying supported fields.
- toString() - Method in interface 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.TimeOfDay
-
Deprecated.Output the time in the ISO8601 format THH:mm:ss.SSS.
- 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
-
Deprecated.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(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 interface 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 interface org.joda.time.ReadableDateTime
-
Output the instant using the specified format pattern.
- toString(DateTimeFormatter) - Method in class org.joda.time.base.AbstractInstant
-
Uses the specified formatter to convert this partial to a String.
- toString(DateTimeFormatter) - Method in class org.joda.time.base.AbstractPartial
-
Uses the specified formatter to convert this partial to a String.
- toString(PeriodFormatter) - Method in class org.joda.time.base.AbstractPeriod
-
Uses the specified formatter to convert this period to a String.
- 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
-
Deprecated.Use LocalTime instead of TimeOfDay
- toTimeZone() - Method in class org.joda.time.DateTimeZone
-
Get the datetime zone as a
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
-
Deprecated.Use LocalDate instead of YearMonthDay
- toYearMonthDay() - Method in class org.joda.time.DateTime
-
Deprecated.Use LocalDate instead of YearMonthDay
- 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 variable in class org.joda.time.DateTimeConstants
-
Constant (2) representing Tuesday, the second day of the week (ISO)
- TWELVE - Static variable in class org.joda.time.Months
-
Constant representing twelve months.
- TWO - Static variable in class org.joda.time.Days
-
Constant representing two days.
- TWO - Static variable in class org.joda.time.Hours
-
Constant representing two hours.
- TWO - Static variable in class org.joda.time.Minutes
-
Constant representing two minutes.
- TWO - Static variable in class org.joda.time.Months
-
Constant representing two months.
- TWO - Static variable in class org.joda.time.Seconds
-
Constant representing two seconds.
- TWO - Static variable in class org.joda.time.Weeks
-
Constant representing two weeks.
- TWO - Static variable in class org.joda.time.Years
-
Constant representing two years.
All Classes All Packages