Package | Description |
---|---|
org.joda.time |
Provides support for dates, times, time zones, durations, intervals, and
partials.
|
Modifier and Type | Class and 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.
Use
LocalDate to represent a date without a time zone.
Or use DateTime to represent a full date and time, perhaps
using DateTime.withTimeAtStartOfDay() to get an instant at the
start of a day. |
class |
DateTime
DateTime is the standard implementation of an unmodifiable datetime class.
|
class |
MutableDateTime
MutableDateTime is the standard implementation of a modifiable datetime class.
|
Copyright © 2002–2019 Joda.org. All rights reserved.