SysQueryRangeUtil::greaterThanDate Method [AX 2012]

Creates a query string for all dates that are after the specified date.

Syntax

client server public static str greaterThanDate([int relativeDays])

Run On

Called

Parameters

  • relativeDays
    Type: int
    The number of days, relative to the session date.

Return Value

Type: str
A query string representation of all dates that are later than the specified date.

Remarks

Use positive values for future dates and negative values for past dates.

See Also

Reference

SysQueryRangeUtil Class