Table of Contents

Method WithDaysOfMonth

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

WithDaysOfMonth(IEnumerable<int>)

Sets the days of the month on which the task is scheduled to run.

IDmsSchedulerTaskBuilder WithDaysOfMonth(IEnumerable<int> daysOfMonth)

Parameters

daysOfMonth IEnumerable<int>

The days of the month (1-31).

Returns

IDmsSchedulerTaskBuilder

The builder instance for method chaining.

Exceptions

ArgumentNullException

daysOfMonth is null.