Package | Description |
---|---|
org.joda.time |
Provides support for dates, times, time zones, durations, intervals, and
partials.
|
org.joda.time.base |
Implementation package providing abstract and base time classes.
|
org.joda.time.chrono |
Package containing the chronology classes which define the calendar systems.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
ReadWritableDateTime |
Defines an instant in time that can be queried and modified using datetime fields.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DateMidnight |
Deprecated.
The time of midnight does not exist in some time zones
where the daylight saving time forward shift skips the midnight hour.
|
class |
DateTime |
DateTime is the standard implementation of an unmodifiable datetime class.
|
class |
MutableDateTime |
MutableDateTime is the standard implementation of a modifiable datetime class.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractDateTime |
AbstractDateTime provides the common behaviour for datetime classes.
|
class |
BaseDateTime |
BaseDateTime is an abstract implementation of ReadableDateTime that stores
data in
long and Chronology fields. |
Modifier and Type | Method | Description |
---|---|---|
static LimitChronology |
LimitChronology.getInstance(Chronology base,
ReadableDateTime lowerLimit,
ReadableDateTime upperLimit) |
Wraps another chronology, with datetime limits.
|
Copyright © 2002–2018 Joda.org. All rights reserved.