Obtains a fixed value range.
This factory obtains a range where the minimum and maximum values are fixed. For example, the ISO month-of-year always runs from 1 to 12.
min | the minimum value | |
max | the maximum value |
IllegalArgumentException | if the minimum is greater than the maximum |
Diagram: Temporal Support