| Package | Description |
|---|---|
| org.joda.time |
Provides support for dates, times, time zones, durations, intervals, and
partials.
|
| org.joda.time.base |
Implementation package providing abstract and base time classes.
|
| org.joda.time.format |
Provides printing and parsing support for instants and durations.
|
| Modifier and Type | Method and Description |
|---|---|
MutablePeriod |
MutablePeriod.copy()
Clone this object without having to cast the returned object.
|
MutablePeriod |
ReadablePeriod.toMutablePeriod()
Get this object as a
MutablePeriod. |
| Modifier and Type | Method and Description |
|---|---|
MutablePeriod |
BaseSingleFieldPeriod.toMutablePeriod()
Get this object as a
MutablePeriod. |
MutablePeriod |
AbstractPeriod.toMutablePeriod()
Get this object as a
MutablePeriod. |
| Modifier and Type | Method and Description |
|---|---|
MutablePeriod |
PeriodFormatter.parseMutablePeriod(String text)
Parses a period from the given text, returning a new MutablePeriod.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.