Skip to main content

WorkdayRule Members

Represents a working and nonworking day rule.

Constructors

Name Description
WorkdayRule() Initializes a new instance of the WorkdayRule class.

Fields

Name Description
IsWorkdayProperty static Identifies the WorkdayRule.IsWorkday dependency property.
RecurrenceProperty static Identifies the WorkdayRule.Recurrence dependency property.

Properties

Name Description
IsWorkday Gets or sets whether the current rule defines a working, or nonworking day. This is a dependency property.
Recurrence Gets or sets the rule recurrence (weekly, daily, etc.). This is a dependency property.
See Also