Uses of Interface
org.joda.time.ReadWritablePeriod
Packages that use ReadWritablePeriod
Package
Description
Provides support for dates, times, time zones, durations, intervals, and
partials.
Implementation package providing conversion between date and time objects.
Provides printing and parsing support for instants and durations.
-
Uses of ReadWritablePeriod in org.joda.time
Classes in org.joda.time that implement ReadWritablePeriodModifier and TypeClassDescriptionclassStandard mutable time period implementation. -
Uses of ReadWritablePeriod in org.joda.time.convert
Methods in org.joda.time.convert with parameters of type ReadWritablePeriodModifier and TypeMethodDescriptionvoidPeriodConverter.setInto(ReadWritablePeriod period, Object object, Chronology chrono) Extracts duration values from an object of this converter's type, and sets them into the given ReadWritableDuration. -
Uses of ReadWritablePeriod in org.joda.time.format
Methods in org.joda.time.format with parameters of type ReadWritablePeriodModifier and TypeMethodDescriptionintPeriodFormatter.parseInto(ReadWritablePeriod period, String text, int position) Parses a period from the given text, at the given position, saving the result into the fields of the given ReadWritablePeriod.intPeriodParser.parseInto(ReadWritablePeriod period, String periodStr, int position, Locale locale) Parses a period from the given text, at the given position, saving the result into the fields of the given ReadWritablePeriod.