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

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

Introduction

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

The text is from its open source code.

Method

longgetMillis()
Gets the total length of this duration in milliseconds.
booleanisLongerThan(ReadableDuration duration)
Is the length of this duration longer than the duration passed in.
DurationtoDuration()
Get this duration as an immutable Duration object.
PeriodtoPeriod()
Converts this duration to a Period instance using the standard period type and the ISO chronology.