SysQueryRangeUtil::lessThanDate Method [AX 2012]

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

Syntax

client server public static str lessThanDate([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 less than the specified date.

Remarks

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

See Also

Reference

SysQueryRangeUtil Class