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

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

Introduction

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

The text is from its open source code.

Subclass

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

Method

longadd(long instant, int value)
Adds a value (which may be negative) to the millis value, overflowing into larger fields if necessary.
longadd(long instant, long value)
Adds a value (which may be negative) to the millis value, overflowing into larger fields if necessary.
intget(long instant)
Get the value of this field from the milliseconds.
intgetMaximumValue()
Get the maximum allowable value for this field.
intgetMaximumValue(long instant)
Get the maximum value for this field evaluated at the specified time.
intgetMaximumValue(ReadablePartial instant)
Get the maximum value for this field evaluated at the specified time.
intgetMinimumValue(long instant)
Get the minimum value for this field evaluated at the specified time.
intgetMinimumValue(ReadablePartial instant)
Get the minimum value for this field evaluated at the specified time.
intgetMinimumValue()
Get the minimum allowable value for this field.
DateTimeFieldTypegetType()
Get the type of the field.
longroundCeiling(long instant)
Round to the highest whole unit of this field.
longroundFloor(long instant)
Round to the lowest whole unit of this field.
longset(long instant, String text, Locale locale)
Sets a value in the milliseconds supplied from a human-readable, text value.