Uses of Class
org.joda.time.base.AbstractInstant
Packages that use AbstractInstant
Package
Description
Provides support for dates, times, time zones, durations, intervals, and
partials.
Implementation package providing abstract and base time classes.
-
Uses of AbstractInstant in org.joda.time
Subclasses of AbstractInstant in org.joda.timeModifier and TypeClassDescriptionfinal class
Deprecated.The time of midnight does not exist in some time zones where the daylight saving time forward shift skips the midnight hour.final class
DateTime is the standard implementation of an unmodifiable datetime class.final class
Instant is the standard implementation of a fully immutable instant in time.class
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.baseModifier and TypeClassDescriptionclass
AbstractDateTime provides the common behaviour for datetime classes.class
BaseDateTime is an abstract implementation of ReadableDateTime that stores data inlong
andChronology
fields.