SysQueryRangeUtil::greaterThanUtcDate Method [AX 2012]

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

Syntax

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

Run On

Called

Parameters

  • relativeDays
    Type: int
    The number of days that is relative to the UTC date.

Return Value

Type: str
A query string that represents the dates that is later than the specified date.

Remarks

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

See Also

Reference

SysQueryRangeUtil Class