Method WithDaysOfWeek
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
WithDaysOfWeek(IEnumerable<DmsSchedulerDayOfWeek>)
Sets the days of the week on which the task is scheduled to run.
IDmsSchedulerTaskBuilder WithDaysOfWeek(IEnumerable<DmsSchedulerDayOfWeek> daysOfWeek)
Parameters
daysOfWeekIEnumerable<DmsSchedulerDayOfWeek>The days of the week.
Returns
- IDmsSchedulerTaskBuilder
The builder instance for method chaining.
Exceptions
- ArgumentNullException
daysOfWeekis null.