RangeValue interface to provide selection value for range based selections.
The associated field should be a quantitative field.
For Date Values, UTC Date objects are expected. (i.e., var min = new Date(Date.UTC(1999, 0, 1))).
While date string inputs work, UTC date inputs are officially supproted going forward for RangeValue.
RangeValue interface to provide selection value for range based selections. The associated field should be a quantitative field. For Date Values, UTC Date objects are expected. (i.e.,
var min = new Date(Date.UTC(1999, 0, 1))
). While date string inputs work, UTC date inputs are officially supproted going forward for RangeValue.