Uses of Interface
org.joda.time.ReadWritableInstant
-
Packages that use ReadWritableInstant Package Description org.joda.time Provides support for dates, times, time zones, durations, intervals, and partials.org.joda.time.format Provides printing and parsing support for instants and durations. -
-
Uses of ReadWritableInstant in org.joda.time
Subinterfaces of ReadWritableInstant in org.joda.time Modifier and Type Interface Description interface
ReadWritableDateTime
Defines an instant in time that can be queried and modified using datetime fields.Classes in org.joda.time that implement ReadWritableInstant Modifier and Type Class Description class
MutableDateTime
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 ReadWritableInstant Modifier and Type Method Description int
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.
-