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