long | add(long instant, int value) - Delegates to the duration field.
|
long | add(long instant, long value) - Delegates to the duration field.
|
int[] | add(ReadablePartial instant, int fieldIndex, int[] values, int valueToAdd) - Always throws UnsupportedOperationException
|
long | addWrapField(long instant, int value) - Always throws UnsupportedOperationException
|
int[] | addWrapField(ReadablePartial instant, int fieldIndex, int[] values, int valueToAdd) - Always throws UnsupportedOperationException
|
int[] | addWrapPartial(ReadablePartial instant, int fieldIndex, int[] values, int valueToAdd) - Always throws UnsupportedOperationException
|
int | get(long instant) - Always throws UnsupportedOperationException
|
String | getAsShortText(int fieldValue, Locale locale) - Always throws UnsupportedOperationException
|
String | getAsShortText(long instant) - Always throws UnsupportedOperationException
|
String | getAsShortText(long instant, Locale locale) - Always throws UnsupportedOperationException
|
String | getAsShortText(ReadablePartial partial, Locale locale) - Always throws UnsupportedOperationException
|
String | getAsShortText(ReadablePartial partial, int fieldValue, Locale locale) - Always throws UnsupportedOperationException
|
String | getAsText(int fieldValue, Locale locale) - Always throws UnsupportedOperationException
|
String | getAsText(long instant) - Always throws UnsupportedOperationException
|
String | getAsText(long instant, Locale locale) - Always throws UnsupportedOperationException
|
String | getAsText(ReadablePartial partial, Locale locale) - Always throws UnsupportedOperationException
|
String | getAsText(ReadablePartial partial, int fieldValue, Locale locale) - Always throws UnsupportedOperationException
|
int | getDifference(long minuendInstant, long subtrahendInstant) - Delegates to the duration field.
|
long | getDifferenceAsLong(long minuendInstant, long subtrahendInstant) - Delegates to the duration field.
|
DurationField | getDurationField() - Even though this DateTimeField is unsupported, the duration field might
be supported.
|
static UnsupportedDateTimeField | getInstance(DateTimeFieldType type, DurationField durationField) - Gets an instance of UnsupportedDateTimeField for a specific named field.
|
int | getLeapAmount(long instant) - Always throws UnsupportedOperationException
|
DurationField | getLeapDurationField() - Always returns null.
|
int | getMaximumShortTextLength(Locale locale) - Always throws UnsupportedOperationException
|
int | getMaximumTextLength(Locale locale) - Always throws UnsupportedOperationException
|
int | getMaximumValue() - Always throws UnsupportedOperationException
|
int | getMaximumValue(long instant) - Always throws UnsupportedOperationException
|
int | getMaximumValue(ReadablePartial instant) - Always throws UnsupportedOperationException
|
int | getMaximumValue(ReadablePartial instant, int[] values) - Always throws UnsupportedOperationException
|
int | getMinimumValue() - Always throws UnsupportedOperationException
|
int | getMinimumValue(long instant) - Always throws UnsupportedOperationException
|
int | getMinimumValue(ReadablePartial instant) - Always throws UnsupportedOperationException
|
int | getMinimumValue(ReadablePartial instant, int[] values) - Always throws UnsupportedOperationException
|
String | getName() - Get the name of the field.
|
DurationField | getRangeDurationField() - Always returns null.
|
DateTimeFieldType | getType() - Get the type of the field.
|
boolean | isLeap(long instant) - Always throws UnsupportedOperationException
|
boolean | isLenient() - This field is not lenient.
|
boolean | isSupported() - This field is not supported.
|
long | remainder(long instant) - Always throws UnsupportedOperationException
|
long | roundCeiling(long instant) - Always throws UnsupportedOperationException
|
long | roundFloor(long instant) - Always throws UnsupportedOperationException
|
long | roundHalfCeiling(long instant) - Always throws UnsupportedOperationException
|
long | roundHalfEven(long instant) - Always throws UnsupportedOperationException
|
long | roundHalfFloor(long instant) - Always throws UnsupportedOperationException
|
long | set(long instant, String text) - Always throws UnsupportedOperationException
|
long | set(long instant, String text, Locale locale) - Always throws UnsupportedOperationException
|
long | set(long instant, int value) - Always throws UnsupportedOperationException
|
int[] | set(ReadablePartial instant, int fieldIndex, int[] values, String text, Locale locale) - Always throws UnsupportedOperationException
|
int[] | set(ReadablePartial instant, int fieldIndex, int[] values, int newValue) - Always throws UnsupportedOperationException
|
String | toString() - Get a suitable debug string.
|