Class | Description |
---|---|
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
|
Copyright (c) 2001-2006 - Joda.org