SysQueryRangeUtil::dateRange Method [AX 2012]

Creates a query string that represents a date range.

Syntax

client server private static str dateRange(date startDate, date endDate)

Run On

Called

Parameters

  • startDate
    Type: date
    The starting date of the range.
  • endDate
    Type: date
    The ending date of the range.

Return Value

Type: str
A query string that represents a date range.

Remarks

The query range is inclusive of the two dates.

See Also

Reference

SysQueryRangeUtil Class