ValueRange.isFixed

Is the value range fixed and fully known. !(p) For example, the ISO day-of-month runs from 1 to between 28 and 31. Since there is uncertainty about the maximum value, the range is not fixed. However, for the month of January, the range is always 1 to 31, thus it is fixed.

@return true if the set of values is fixed

class ValueRange
bool
isFixed
()

Meta