Class DateRangeValue

All Implemented Interfaces:
Serializable

public class DateRangeValue extends DateValue
Perform a range query with date values. Range queries for dates:
  • If from contains a value for roundTo, it is always rounded down by roundTo.
  • If to contains a value for roundTo, it is always rounded up by roundTo.
  • If one of from or to is of type DateNowValue and contains a value for relative, it is always ignored for range queries.
  • To perform an open range query (e.g. from now to infinite), only submit either a value for from or to
Since:
10.99.999.027
See Also: