ScheduleFilter(ScheduleFieldId, ScheduleFilterType)
Constructor
Description:
Creates a new ScheduleFilter.
Creates a new ScheduleFilter.
Parameters
| Parameter | Type | Description |
|---|---|---|
| fieldId | ScheduleFieldId | The ID of the field used to filter the schedule. |
| filterType | ScheduleFilterType | The filter type. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |