Interface | Description |
---|---|
DateTimeUtils.MillisProvider |
A millisecond provider, allowing control of the system clock.
|
ReadableDateTime |
Defines an instant in time that can be queried using datetime fields.
|
ReadableDuration |
Defines an exact duration of time in milliseconds.
|
ReadableInstant |
Defines an instant in the datetime continuum.
|
ReadableInterval |
Readable interface for an interval of time between two instants.
|
ReadablePartial |
Defines a partial time that does not support every datetime field, and is
thus a local time.
|
ReadablePeriod |
Defines a time period specified in terms of individual duration fields
such as years and days.
|
ReadWritableDateTime |
Defines an instant in time that can be queried and modified using datetime fields.
|
ReadWritableInstant |
Defines an instant in the datetime continuum that can be queried and modified.
|
ReadWritableInterval |
Writable interface for an interval.
|
ReadWritablePeriod |
Defines a duration of time that can be queried and modified using datetime fields.
|
Class | Description |
---|---|
Chronology |
Chronology provides access to the individual date time fields for a
chronological calendar system.
|
DateMidnight | Deprecated
The time of midnight does not exist in some time zones
where the daylight saving time forward shift skips the midnight hour.
|
DateMidnight.Property |
DateMidnight.Property binds a DateMidnight to a DateTimeField allowing powerful
datetime functionality to be easily accessed.
|
DateTime |
DateTime is the standard implementation of an unmodifiable datetime class.
|
DateTime.Property |
DateTime.Property binds a DateTime to a DateTimeField allowing powerful
datetime functionality to be easily accessed.
|
DateTimeComparator |
DateTimeComparator provides comparators to compare one date with another.
|
DateTimeConstants |
DateTimeConstants is a non-instantiable class of constants used in
the date time system.
|
DateTimeField |
Defines the calculation engine for date and time fields.
|
DateTimeFieldType |
Identifies a field, such as year or minuteOfHour, in a chronology-neutral way.
|
DateTimeUtils |
DateTimeUtils provide public utility methods for the date-time library.
|
DateTimeZone |
DateTimeZone represents a time zone.
|
Days |
An immutable time period representing a number of days.
|
Duration |
An immutable duration specifying a length of time in milliseconds.
|
DurationField |
Defines the calculation engine for duration fields.
|
DurationFieldType |
Identifies a duration field, such as years or minutes, in a chronology-neutral way.
|
Hours |
An immutable time period representing a number of hours.
|
Instant |
Instant is the standard implementation of a fully immutable instant in time.
|
Interval |
Interval is the standard implementation of an immutable time interval.
|
JodaTimePermission |
JodaTimePermission is used for securing global method calls in the Joda-Time
library.
|
LocalDate |
LocalDate is an immutable datetime class representing a date
without a time zone.
|
LocalDate.Property |
LocalDate.Property binds a LocalDate to a DateTimeField allowing
powerful datetime functionality to be easily accessed.
|
LocalDateTime |
LocalDateTime is an unmodifiable datetime class representing a
datetime without a time zone.
|
LocalDateTime.Property |
LocalDateTime.Property binds a LocalDateTime to a DateTimeField allowing
powerful datetime functionality to be easily accessed.
|
LocalTime |
LocalTime is an immutable time class representing a time
without a time zone.
|
LocalTime.Property |
LocalTime.Property binds a LocalTime to a DateTimeField allowing
powerful datetime functionality to be easily accessed.
|
Minutes |
An immutable time period representing a number of minutes.
|
MonthDay |
MonthDay is an immutable partial supporting the monthOfYear and dayOfMonth fields.
|
MonthDay.Property |
The property class for
MonthDay . |
Months |
An immutable time period representing a number of months.
|
MutableDateTime |
MutableDateTime is the standard implementation of a modifiable datetime class.
|
MutableDateTime.Property |
MutableDateTime.Property binds a MutableDateTime to a
DateTimeField allowing powerful datetime functionality to be easily
accessed.
|
MutableInterval |
MutableInterval is the standard implementation of a mutable time interval.
|
MutablePeriod |
Standard mutable time period implementation.
|
Partial |
Partial is an immutable partial datetime supporting any set of datetime fields.
|
Partial.Property |
The property class for
Partial . |
Period |
An immutable time period specifying a set of duration field values.
|
PeriodType |
Controls a period implementation by specifying which duration fields are to be used.
|
Seconds |
An immutable time period representing a number of seconds.
|
TimeOfDay | Deprecated
Use LocalTime which has a much better internal implementation and
has been available since 1.3
|
TimeOfDay.Property | Deprecated
Use LocalTime which has a much better internal implementation
|
Weeks |
An immutable time period representing a number of weeks.
|
YearMonth |
YearMonth is an immutable partial supporting the year and monthOfYear fields.
|
YearMonth.Property |
The property class for
YearMonth . |
YearMonthDay | Deprecated
Use LocalDate which has a much better internal implementation and
has been available since 1.3
|
YearMonthDay.Property | Deprecated
Use LocalDate which has a much better internal implementation
|
Years |
An immutable time period representing a number of years.
|
Exception | Description |
---|---|
IllegalFieldValueException |
Exception thrown when attempting to set a field outside its supported range.
|
IllegalInstantException |
Exception thrown when attempting to create an instant or date-time that cannot exist.
|
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"