TemporalField.range

Gets the range of valid values for the field. !(p) All fields can be expressed as a {@code long} integer. This method returns an object that describes the valid range for that value. This method is generally only applicable to the ISO-8601 calendar system. !(p) Note that the result only describes the minimum and maximum valid values and it is important not to read too much into them. For example, there could be values within the range that are invalid for the field.

@return the range of valid values for the field, not null

interface TemporalField
range
()

Meta