MutableDateTime |
MutableDateTime.Property.add(int value) |
Adds a value to the millis value.
|
MutableDateTime |
MutableDateTime.Property.add(long value) |
Adds a value to the millis value.
|
MutableDateTime |
MutableDateTime.Property.addWrapField(int value) |
Adds a value, possibly wrapped, to the millis value.
|
MutableDateTime |
MutableDateTime.copy() |
Clone this object without having to cast the returned object.
|
MutableDateTime |
MutableDateTime.Property.getMutableDateTime() |
Gets the mutable datetime being used.
|
MutableDateTime |
MutableDateTime.Property.roundCeiling() |
Round to the highest whole unit of this field.
|
MutableDateTime |
MutableDateTime.Property.roundFloor() |
Round to the lowest whole unit of this field.
|
MutableDateTime |
MutableDateTime.Property.roundHalfCeiling() |
Round to the nearest whole unit of this field, favoring the ceiling if
halfway.
|
MutableDateTime |
MutableDateTime.Property.roundHalfEven() |
Round to the nearest whole unit of this field.
|
MutableDateTime |
MutableDateTime.Property.roundHalfFloor() |
Round to the nearest whole unit of this field, favoring the floor if
halfway.
|
MutableDateTime |
MutableDateTime.Property.set(int value) |
Sets a value.
|
MutableDateTime |
MutableDateTime.Property.set(java.lang.String text) |
Sets a text value.
|
MutableDateTime |
MutableDateTime.Property.set(java.lang.String text,
java.util.Locale locale) |
Sets a text value.
|
MutableDateTime |
Instant.toMutableDateTime() |
Get this object as a MutableDateTime using ISOChronology in the default zone.
|
MutableDateTime |
ReadableDateTime.toMutableDateTime() |
Get this object as a MutableDateTime, always returning a new instance.
|
MutableDateTime |
Instant.toMutableDateTimeISO() |
Deprecated.
|