TimeWindowFilterSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The settings that are used to configure the TimeWindowFilter feature filter.
public class TimeWindowFilterSettings
type TimeWindowFilterSettings = class
Public Class TimeWindowFilterSettings
- Inheritance
-
TimeWindowFilterSettings
Constructors
| Name | Description |
|---|---|
| TimeWindowFilterSettings() | |
Properties
| Name | Description |
|---|---|
| End |
An optional end time used to determine when a feature configured to use the TimeWindowFilter feature filter should be enabled. If no end time is specified the time window is considered to never end. |
| Recurrence |
Add-on recurrence rule allows the time window defined by Start and End to recur. The rule specifies both how often the time window repeats and for how long. |
| Start |
An optional start time used to determine when a feature configured to use the TimeWindowFilter feature filter should be enabled. If no start time is specified the time window is considered to have already started. |