|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Classes | |
|---|---|
| org.joda.time.DateMidnight
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. |
|
| org.joda.time.TimeOfDay
Use LocalTime which has a much better internal implementation and has been available since 1.3 |
|
| org.joda.time.TimeOfDay.Property
Use LocalTime which has a much better internal implementation |
|
| org.joda.time.YearMonthDay
Use LocalDate which has a much better internal implementation and has been available since 1.3 |
|
| org.joda.time.YearMonthDay.Property
Use LocalDate which has a much better internal implementation |
|
| Deprecated Constructors | |
|---|---|
| org.joda.time.format.DateTimeParserBucket(long, Chronology, Locale)
Use longer constructor |
|
| org.joda.time.format.DateTimeParserBucket(long, Chronology, Locale, Integer)
Use longer constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||