Uses of Class
org.joda.time.Interval

Packages that use Interval
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.field Implementation package providing abstract and standard field classes. 
 

Uses of Interval in org.joda.time
 

Methods in org.joda.time that return Interval
 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 ReadableInterval.toInterval()
          Get this interval as an immutable Interval object.
 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 Interval.toInterval()
          Get this interval as an immutable Interval object by returning this.
 Interval Interval.overlap(ReadableInterval interval)
          Gets the overlap between this interval and another interval.
 Interval Interval.gap(ReadableInterval interval)
          Gets the gap between this interval and another interval.
 Interval Interval.withChronology(Chronology chronology)
          Creates a new interval with the same start and end, but a different chronology.
 Interval Interval.withStartMillis(long startInstant)
          Creates a new interval with the specified start millisecond instant.
 Interval Interval.withStart(ReadableInstant start)
          Creates a new interval with the specified start instant.
 Interval Interval.withEndMillis(long endInstant)
          Creates a new interval with the specified start millisecond instant.
 Interval Interval.withEnd(ReadableInstant end)
          Creates a new interval with the specified end instant.
 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.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 DateMidnight.toInterval()
          Converts this object to an Interval encompassing the whole of this day.
 

Uses of Interval in org.joda.time.base
 

Methods in org.joda.time.base that return Interval
 Interval BaseDuration.toIntervalFrom(ReadableInstant startInstant)
          Converts this duration to an Interval starting at the specified instant.
 Interval BaseDuration.toIntervalTo(ReadableInstant endInstant)
          Converts this duration to an Interval ending at the specified instant.
 Interval AbstractInterval.toInterval()
          Get this interval as an immutable Interval object.
 

Uses of Interval in org.joda.time.field
 

Methods in org.joda.time.field that return Interval
 Interval AbstractReadableInstantFieldProperty.toInterval()
          Returns the interval that represents the range of the minimum and maximum values of this field.
 



Copyright © 2002-2008 Joda.org. All Rights Reserved.