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.
Constant representing three hours.
Constant representing three minutes.
Constant representing three months.
Constant representing three seconds.
Constant representing three weeks.
Constant representing three years.
Constant (4) representing Thursday, the fourth day of the week (ISO)
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).
Gets a type that defines all standard time fields.
Returns a generic ISO time parser.
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 is an immutable partial supporting the hour, minute, second
and millisecond fields.
Constructs a TimeOfDay with the current time, using ISOChronology in
the default zone to extract the fields.
Constructs a TimeOfDay with specified hour and minute and zero seconds and milliseconds
using ISOChronology
in the default zone.
Constructs a TimeOfDay with specified time field values and zero milliseconds
using ISOChronology
in the default zone.
Constructs a TimeOfDay with specified time field values using
ISOChronology
in the default zone.
Constructs a TimeOfDay with specified time field values and chronology.
Constructs a TimeOfDay with specified time field values and zero milliseconds.
Constructs a TimeOfDay with specified hour and minute and zero seconds and milliseconds.
Constructs a TimeOfDay extracting the partial fields from the specified
milliseconds using the ISOChronology in the default zone.
Constructs a TimeOfDay extracting the partial fields from the specified
milliseconds using the chronology provided.
Constructs a TimeOfDay from an Object that represents a time.
Constructs a TimeOfDay from an Object that represents a time, using the
specified chronology.
Constructs a TimeOfDay with the current time, using the specified chronology
and zone to extract the fields.
Constructs a TimeOfDay with the current time, using ISOChronology in
the specified zone to extract the fields.
Returns a generic ISO time parser for parsing times with a possible zone.
Get the date time as a java.util.Calendar
, assigning
exactly the same millisecond instant.
Get the date time as a java.util.Date
.
Converts this object to a DateMidnight
using the
same millis and chronology.
Converts this LocalDate to a DateMidnight in the default time zone.
Converts this object to a DateMidnight in the default time zone.
Converts this LocalDate to a DateMidnight.
Converts this object to a DateMidnight.
Get this object as a DateTime in the same zone.
Get this object as a DateTime by returning this
.
Get this object as a DateTime using ISOChronology in the default zone.
Converts this object to a DateTime using the default zone.
Get this object as a DateTime.
Get this object as a DateTime using the given chronology and its zone.
Get this object as a DateTime, returning this
if possible.
Get this object as a DateTime using the same chronology but a different zone.
Get this object as a DateTime, returning this
if possible.
Converts this object to a DateTime using the specified zone.
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.
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.
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.
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.
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.
Converts this LocalDate to a full datetime at midnight using the default
time zone.
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.
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.
Get this object as a DateTime using ISOChronology in the same zone.
Get this object as a DateTime using ISOChronology in the default zone,
returning this
if possible.
Get this object as a DateTime using ISOChronology in the default zone.
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.
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.
Processes all the rules and builds a DateTimeZone.
Get this duration as an immutable Duration
object.
Gets the duration of this time interval.
Get this duration as an immutable Duration
object
by returning this
.
Get this duration as an immutable Duration
object.
Gets the millisecond duration of this time interval.
Gets the total millisecond duration of this period relative to a start instant.
Gets the duration of this time interval in milliseconds.
Gets the millisecond duration of this time interval.
Gets the total millisecond duration of this period relative to an
end instant.
Constructs a DateTimeFormatter using all the appended elements.
Constructs a PeriodFormatter using all the appended elements.
Get the date time as a java.util.GregorianCalendar
,
assigning exactly the same millisecond instant.
Get this object as an Instant.
Get this object as an Instant by returning this
.
Get the value as a simple immutable Instant
object.
Get this interval as an immutable Interval
object.
Returns the interval that represents the range of the minimum
and maximum values of this field.
Converts this object to an Interval
encompassing
the whole of this day.
Get this interval as an immutable Interval
object
by returning this
.
Converts this object to an Interval representing the whole day
in the default time zone.
Get this interval as an immutable Interval
object.
Converts this object to an Interval representing the whole day
in the default time zone.
Converts this object to an Interval representing the whole day.
Converts this object to an Interval representing the whole day.
Converts this duration to an Interval starting at the specified instant.
Converts this duration to an Interval ending at the specified instant.
Converts this object to a LocalDate
with the
same date and chronology.
Converts this object to a LocalDate
with the
same date and chronology.
Converts this object to a LocalDate with the same date and chronology.
Converts this object to a LocalDate with the same date and chronology.
Converts this object to a LocalDateTime
with
the same datetime and chronology.
Converts this object to a LocalDateTime using a LocalTime to fill in
the missing fields.
Converts this object to a LocalTime
with the
same time and chronology.
Converts this object to a LocalTime with the same time and chronology.
Converts this object to a LocalTime with the same time and chronology.
Get this object as a MutableDateTime in the same zone.
Get this object as a MutableDateTime using ISOChronology in the default zone.
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.
Get this object as a MutableDateTime using ISOChronology in the same zone.
Get this object as a MutableDateTime using ISOChronology in the default zone.
Get this time interval as a MutableInterval
.
Get this time interval as a MutableInterval
.
Get this object as a MutablePeriod
.
Get this object as a MutablePeriod
.
Get this object as a MutablePeriod
.
Internal method to create a DateTimeParser instance using all the
appended elements.
Internal method to create a PeriodParser instance using all the
appended elements.
Converts this duration to a Period instance using the standard period type
and the ISO chronology.
Converts the duration of the interval to a Period
using the
All period type.
Get this period as an immutable Period
object.
Get this period as an immutable Period
object.
Get this period as an immutable Period
object
by returning this
.
Converts this duration to a Period instance using the standard period type
and the ISO chronology.
Converts the duration of the interval to a period using the
standard period type.
Get this period as an immutable Period
object.
Converts this duration to a Period instance using the standard period type
and the specified 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 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.
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.
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.
Internal method to create a DateTimePrinter instance using all the
appended elements.
Internal method to create a PeriodPrinter instance using all the
appended elements.
Converts this period in hours to a period in days assuming a
24 hour day.
Converts this period in minutes to a period in days assuming a
24 hour day and 60 minute hour.
Converts this period to a period in days assuming a
7 day week, 24 hour day, 60 minute hour and 60 second minute.
Converts this period in seconds to a period in days assuming a
24 hour day, 60 minute hour and 60 second minute.
Converts this period in weeks to a period in days assuming a
7 day week.
Converts this period in days to a duration in milliseconds assuming a
24 hour day, 60 minute hour and 60 second minute.
Converts this period in hours to a duration in milliseconds assuming a
60 minute hour and 60 second minute.
Converts this period in minutes to a duration in milliseconds assuming a
60 second minute.
Converts this period to a duration assuming a
7 day week, 24 hour day, 60 minute hour and 60 second minute.
Converts this period in seconds to a duration in milliseconds assuming a
24 hour day, 60 minute hour and 60 second minute.
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.
Converts this period in days to a period in hours assuming a
24 hour day.
Converts this period in minutes to a period in hours assuming a
60 minute hour.
Converts this period to a period in hours assuming a
7 day week, 24 hour day, 60 minute hour and 60 second minute.
Converts this period in seconds to a period in hours assuming a
60 minute hour and 60 second minute.
Converts this period in weeks to a period in hours assuming a
7 day week and 24 hour day.
Converts this period in days to a period in minutes assuming a
24 hour day and 60 minute hour.
Converts this period in hours to a period in minutes assuming a
60 minute hour.
Converts this period to a period in minutes assuming a
7 day week, 24 hour day, 60 minute hour and 60 second minute.
Converts this period in seconds to a period in minutes assuming a
60 second minute.
Converts this period in weeks to a period in minutes assuming a
7 day week, 24 hour day and 60 minute hour.
Converts this period in days to a period in seconds assuming a
24 hour day, 60 minute hour and 60 second minute.
Converts this duration to a period in seconds assuming 1000 milliseconds
in a second.
Converts this period in hours to a period in seconds assuming a
60 minute hour and 60 second minute.
Converts this period in minutes to a period in seconds assuming a
60 second minute.
Converts this period to a period in seconds assuming a
7 day week, 24 hour day, 60 minute hour and 60 second minute.
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.
Converts this period in days to a period in weeks assuming a
7 day week.
Converts this period in hours to a period in weeks assuming a
7 day week and 24 hour day.
Converts this period in minutes to a period in weeks assuming a
7 days week, 24 hour day and 60 minute hour.
Converts this period to a period in weeks assuming a
7 day week, 24 hour day, 60 minute hour and 60 second minute.
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.
Gets a debugging string version of this converter.
Gets the value as a String in the ISO8601 duration format including
only seconds and milliseconds.
Output the date time in ISO8601 format (yyyy-MM-ddTHH:mm:ss.SSSZZ).
Output a string in ISO8601 interval format.
Output a debugging string.
Gets the value as a String in the ISO8601 duration format.
Output a debugging string.
Gets a debugging toString.
Get a suitable debug string.
Get a suitable debug string.
Gets a debugging toString.
Gets a debugging toString.
Gets a debug representation of the object.
Get a suitable debug string.
Get a suitable debug string.
Gets the datetime zone as a string, which is simply its ID.
Gets this instance as a String in the ISO8601 duration format.
Get a suitable debug string.
Get a suitable debug string.
Get a suitable debug string.
Gets a debugging toString.
Gets this instance as a String in the ISO8601 duration format.
Gets a debugging toString.
A debugging string for the chronology.
A debugging string for the chronology.
Output the date time in ISO8601 format (yyyy-MM-dd).
Output the date time in ISO8601 format (yyyy-MM-ddTHH:mm:ss.SSS).
Output the time in ISO8601 format (HH:mm:ss.SSSZZ).
Get a suitable debug string.
Gets this instance as a String in the ISO8601 duration format.
Gets this instance as a String in the ISO8601 duration format.
Output the date time in ISO8601 format (yyyy-MM-ddTHH:mm:ss.SSSZZ).
Output the date in an appropriate ISO8601 format.
Gets a debugging to string.
Gets the value as a String in the ISO8601 duration format using hours,
minutes and seconds (including fractional milliseconds).
Get the value as a String in a recognisable ISO8601 format.
Get the value as a String in the ISO8601 interval format.
Get the value as a String in a recognisable ISO8601 format, only
displaying supported fields.
Gets the value as a String in the style of the ISO8601 duration format.
Gets this instance as a String in the ISO8601 duration format.
A debugging string for the chronology.
Output the time in the ISO8601 format THH:mm:ss.SSS.
Get a suitable debug string.
Get a suitable debug string.
Gets this instance as a String in the ISO8601 duration format.
Output the date in the ISO8601 format YYYY-MM-DD.
Gets this instance as a String in the ISO8601 duration format.
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.
Output the instant using the specified format pattern.
Output the date using the specified format pattern.
Output the date using the specified format pattern.
Output the date using the specified format pattern.
Output the time using the specified format pattern.
Output the date using the specified format pattern.
Output the instant using the specified format pattern.
Output the instant using the specified format pattern.
Output the date using the specified format pattern.
Output the date using the specified format pattern.
Output the date using the specified format pattern.
Output the time using the specified format pattern.
Output the date using the specified format pattern.
Output the instant using the specified format pattern.
Gets a string version of the partial that lists all the fields.
Converts this object to a TimeOfDay
using the
same millis and chronology.
Get the datetime zone as a java.util.TimeZone
.
Override to return the correct timzone instance.
Converts this object to a YearMonthDay
using the
same date and chronology.
Converts this object to a YearMonthDay
using the
same millis and chronology.
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).
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).
Constant (2) representing Tuesday, the second day of the week (ISO)
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.
Constant representing two minutes.
TWO - static field in class org.joda.time.
Months Constant representing two months.
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.