Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds ranges so that the query retrieves only transactions that occur on specific dates.
Syntax
public Query addTransDateRanges(
Query _query,
TransDate _fromDate,
TransDate _toDate)
Run On
Server
Parameters
- _query
Type: Query Class
The Query object to add ranges to.
- _fromDate
Type: TransDate Extended Data Type
The start date of the period.
- _toDate
Type: TransDate Extended Data Type
The end date of the period.
Return Value
Type: Query Class
A Query object that retrieves only transactions that occur on specific dates.