| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractInstant | |
|---|---|
| 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. | 
| Uses of AbstractInstant in org.joda.time | 
|---|
| Subclasses of AbstractInstant in org.joda.time | |
|---|---|
 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 | 
Instant
Instant is the standard implementation of a fully immutable instant in time.  | 
 class | 
MutableDateTime
MutableDateTime is the standard implementation of a modifiable datetime class.  | 
| Uses of AbstractInstant in org.joda.time.base | 
|---|
| Subclasses of AbstractInstant in org.joda.time.base | |
|---|---|
 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. | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||