SysQueryRangeUtil::day Method [AX 2012]

Create a date query string that is relative to the session date.

Syntax

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

Run On

Called

Parameters

  • relativeDays
    Type: int
    The number of days before or after the current session date.

Return Value

Type: str
A query string representation of a date.

Remarks

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

See Also

Reference

SysQueryRangeUtil Class