RetailAssortmentDateRange.exclude Method [AX 2012]
Gets a list of available date ranges with the specified date range excluded.
Syntax
public List exclude(RetailAssortmentDateRange _excludedDateRange)
Run On
Called
Parameters
- _excludedDateRange
Type: RetailAssortmentDateRange Class
An excluded date range.
Return Value
Type: List Class
A list of date ranges that represent the subset of dates available less the excluded range.
Remarks
There are four scenarios that have to be considered.