Uses of Interface
org.joda.time.ReadWritableInstant
Packages that use ReadWritableInstant
Package
Description
Provides support for dates, times, time zones, durations, intervals, and
partials.
Provides printing and parsing support for instants and durations.
-
Uses of ReadWritableInstant in org.joda.time
Subinterfaces of ReadWritableInstant in org.joda.timeModifier and TypeInterfaceDescriptioninterface
Defines an instant in time that can be queried and modified using datetime fields.Classes in org.joda.time that implement ReadWritableInstantModifier and TypeClassDescriptionclass
MutableDateTime is the standard implementation of a modifiable datetime class. -
Uses of ReadWritableInstant in org.joda.time.format
Methods in org.joda.time.format with parameters of type ReadWritableInstantModifier and TypeMethodDescriptionint
DateTimeFormatter.parseInto
(ReadWritableInstant instant, String text, int position) Parses a datetime from the given text, at the given position, saving the result into the fields of the given ReadWritableInstant.