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 (25.3.0.1000)
Syntaxpublic IReadOnlyList<DayOfWeek> SpecificDaysOfWeek { get; }Public ReadOnly Property SpecificDaysOfWeek As IReadOnlyList(Of DayOfWeek)
	Get
public:
property IReadOnlyList<DayOfWeek>^ SpecificDaysOfWeek {
	IReadOnlyList<DayOfWeek>^ get ();
}member SpecificDaysOfWeek : IReadOnlyList<DayOfWeek> with get
Property Value
Type: 
IReadOnlyListDayOfWeekThe 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