ChronoField.checkValidValue

Checks that the specified value is valid for this field. !(p) This validates that the value is within the outer range of valid values returned by {@link #range()}. !(p) This method checks against the range of the field _in the ISO-8601 calendar system. This range may be incorrect for other calendar systems. Use {@link Chronology#range(ChronoField)} to access the correct range for a different calendar system.

@param value the value to check @return the value that was passed _in

class ChronoField
long
checkValidValue
(
long value
)

Meta