Interval |
Interval.gap(ReadableInterval interval) |
Gets the gap between this interval and another interval.
|
Interval |
Interval.overlap(ReadableInterval interval) |
Gets the overlap between this interval and another interval.
|
static Interval |
Interval.parse(java.lang.String str) |
Parses a Interval from the specified string.
|
static Interval |
Interval.parseWithOffset(java.lang.String str) |
Parses a Interval from the specified string, using any offset it contains.
|
Interval |
DateMidnight.toInterval() |
Deprecated.
Converts this object to an Interval encompassing
the whole of this day.
|
Interval |
Interval.toInterval() |
Get this interval as an immutable Interval object
by returning this .
|
Interval |
LocalDate.toInterval() |
Converts this object to an Interval representing the whole day
in the default time zone.
|
Interval |
LocalDate.toInterval(DateTimeZone zone) |
Converts this object to an Interval representing the whole day.
|
Interval |
ReadableInterval.toInterval() |
Get this interval as an immutable Interval object.
|
Interval |
YearMonth.toInterval() |
Converts this object to an Interval representing the whole month.
|
Interval |
YearMonth.toInterval(DateTimeZone zone) |
Converts this object to an Interval representing the whole month.
|
Interval |
YearMonthDay.toInterval() |
Deprecated.
Converts this object to an Interval representing the whole day
in the default time zone.
|
Interval |
YearMonthDay.toInterval(DateTimeZone zone) |
Deprecated.
Converts this object to an Interval representing the whole day.
|
Interval |
Interval.withChronology(Chronology chronology) |
Creates a new interval with the same start and end, but a different chronology.
|
Interval |
Interval.withDurationAfterStart(ReadableDuration duration) |
Creates a new interval with the specified duration after the start instant.
|
Interval |
Interval.withDurationBeforeEnd(ReadableDuration duration) |
Creates a new interval with the specified duration before the end instant.
|
Interval |
Interval.withEnd(ReadableInstant end) |
Creates a new interval with the specified end instant.
|
Interval |
Interval.withEndMillis(long endInstant) |
Creates a new interval with the specified end millisecond instant.
|
Interval |
Interval.withPeriodAfterStart(ReadablePeriod period) |
Creates a new interval with the specified period after the start instant.
|
Interval |
Interval.withPeriodBeforeEnd(ReadablePeriod period) |
Creates a new interval with the specified period before the end instant.
|
Interval |
Interval.withStart(ReadableInstant start) |
Creates a new interval with the specified start instant.
|
Interval |
Interval.withStartMillis(long startInstant) |
Creates a new interval with the specified start millisecond instant.
|