WorkingTimeRule Members
Represents a working time rule.Constructors
| Name | Description |
|---|---|
| WorkingTimeRule() | Initializes a new instance of the WorkingTimeRule class. |
Fields
| Name | Description |
|---|---|
| RecurrenceProperty static | Identifies the WorkingTimeRule.Recurrence dependency property. |
| WorkingTimeProperty static | Identifies the WorkingTimeRule.WorkingTime dependency property. |
Properties
| Name | Description |
|---|---|
| Recurrence | Gets or sets the rule recurrence (weekly, daily, etc.). This is a dependency property. |
| WorkingTime | Gets or sets a collection of time spans that specify the working time. This is a dependency property. |
See Also