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

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

Introduction

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

The text is from its open source code.

Subclass

org.joda.time.DurationFieldType has subclasses.
Click this link to see all its subclasses.

Method

DurationFieldTypedays()
Get the days field type.
DurationFieldgetField(Chronology chronology)
Gets a suitable field for this type from the given Chronology.
DurationFieldTypehours()
Get the hours field type.
DurationFieldTypemillis()
Get the millis field type.
DurationFieldTypeminutes()
Get the minutes field type.
DurationFieldTypemonths()
Get the months field type.
DurationFieldTypeseconds()
Get the seconds field type.
DurationFieldTypeweeks()
Get the weeks field type.
DurationFieldTypeyears()
Get the years field type.