Table of Contents

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

daysOfWeek IEnumerable<DmsSchedulerDayOfWeek>

The days of the week.

Returns

IDmsSchedulerTaskBuilder

The builder instance for method chaining.

Exceptions

ArgumentNullException

daysOfWeek is null.