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.
|
Modifier and Type | Method and Description |
---|---|
MutableInterval |
MutableInterval.copy()
Clone this object without having to cast the returned object.
|
static MutableInterval |
MutableInterval.parse(String str)
Parses a
MutableInterval from the specified string. |
MutableInterval |
ReadableInterval.toMutableInterval()
Get this time interval as a
MutableInterval . |
Modifier and Type | Method and Description |
---|---|
MutableInterval |
AbstractInterval.toMutableInterval()
Get this time interval as a
MutableInterval . |
Copyright © 2002–2025 Joda.org. All rights reserved.