Uses of Class
org.joda.time.MutablePeriod
Packages that use MutablePeriod
Package
Description
Provides support for dates, times, time zones, durations, intervals, and
partials.
Implementation package providing abstract and base time classes.
Provides printing and parsing support for instants and durations.
-
Uses of MutablePeriod in org.joda.time
Methods in org.joda.time that return MutablePeriodModifier and TypeMethodDescriptionMutablePeriod.copy()
Clone this object without having to cast the returned object.static MutablePeriod
Parses aMutablePeriod
from the specified string.static MutablePeriod
MutablePeriod.parse
(String str, PeriodFormatter formatter) Parses aMutablePeriod
from the specified string using a formatter.ReadablePeriod.toMutablePeriod()
Get this object as aMutablePeriod
. -
Uses of MutablePeriod in org.joda.time.base
Methods in org.joda.time.base that return MutablePeriodModifier and TypeMethodDescriptionAbstractPeriod.toMutablePeriod()
Get this object as aMutablePeriod
.BaseSingleFieldPeriod.toMutablePeriod()
Get this object as aMutablePeriod
. -
Uses of MutablePeriod in org.joda.time.format
Methods in org.joda.time.format that return MutablePeriodModifier and TypeMethodDescriptionPeriodFormatter.parseMutablePeriod
(String text) Parses a period from the given text, returning a new MutablePeriod.