Class and Description |
---|
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.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
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.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
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
|
org.joda.time.YearMonthDay.Property
Use LocalDate which has a much better internal implementation
|
Constructor and Description |
---|
org.joda.time.format.DateTimeParserBucket(long, Chronology, Locale)
Use longer constructor
|
org.joda.time.format.DateTimeParserBucket(long, Chronology, Locale)
Use longer constructor
|
org.joda.time.format.DateTimeParserBucket(long, Chronology, Locale, Integer)
Use longer constructor
|
org.joda.time.format.DateTimeParserBucket(long, Chronology, Locale, Integer)
Use longer constructor
|
Copyright © 2002–2022 Joda.org. All rights reserved.