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

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

Introduction

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

The text is from its open source code.

Method

intget(DurationFieldType field)
Gets the value of one of the fields.
DurationFieldTypegetFieldType(int index)
Gets the field type at the specified index.
intgetValue(int index)
Gets the value at the specified index.
intsize()
Gets the number of fields that this period supports.
PeriodtoPeriod()
Get this period as an immutable Period object.