Java org.joda.time ReadableInterval fields, constructors, methods, implement or subclass

Example usage for Java org.joda.time ReadableInterval fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.joda.time ReadableInterval.

The text is from its open source code.

Method

booleancontains(ReadableInstant instant)
Does this time interval contain the specified instant.
booleancontains(ReadableInterval interval)
Does this time interval contain the specified time interval.
DateTimegetEnd()
Gets the end of this time interval, which is exclusive, as a DateTime.
DateTimegetStart()
Gets the start of this time interval, which is inclusive, as a DateTime.