Skip to main content
A newer version of this page is available. .

YearlyDayOfWeekExceptionRule Properties

Represents a rule that specifies an exception that reoccurs every year in a particular month, week of the month, and day of the week.
Name Description
DayOfWeek Gets or sets the day of the week when the rule applies.
EndDate Gets or sets the date when a rule stops applying. Inherited from ExceptionRule.
Interval Gets or sets the rule recurrence interval. Inherited from ExceptionRule.
Month Gets or sets the month when the rule applies.
Occurrences Gets or sets a value that specifies how many times the rule is applied. Inherited from ExceptionRule.
StartDate Gets or sets the date when a rule is set to apply. Inherited from ExceptionRule.
WeekOfMonth Gets the week of the month when the rule applies.
WorkTimes Provides access to work intervals in the day’s schedule (for example, 9:00 to 12:00 and 13:00 to 18:00). Inherited from WorkTimesExceptionRule.
See Also