ScheduleRuleSpecificDaysOfWeek Property

Gets the selected days of the week for the schedule.

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public IReadOnlyList<DayOfWeek> SpecificDaysOfWeek { get; }

Property Value

Type: IReadOnlyListDayOfWeek
The days of week.
Remarks
This property defines the selected days of week in a Weekly pattern, for example "Every N week(s) on: Sunday, Monday etc". When a schedule is created, this property includes all seven days of week by default. This property is only considered when PatternType property is set to Weekly.
See Also