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

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

Introduction

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

The text is from its open source code.

Subclass

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

Method

longadd(long instant, int value)
Adds a duration value (which may be negative) to the instant.
longadd(long instant, long value)
Adds a duration value (which may be negative) to the instant.
intgetDifference(long minuendInstant, long subtrahendInstant)
Computes the difference between two instants, as measured in the units of this field.
DurationFieldTypegetType()
Get the type of the field.