Table of Contents

Method WithMonthsOfYear

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

WithMonthsOfYear(IEnumerable<DmsSchedulerMonthOfYear>)

Sets the months of the year on which the task is scheduled to run.

IDmsSchedulerTaskBuilder WithMonthsOfYear(IEnumerable<DmsSchedulerMonthOfYear> monthsOfYear)

Parameters

monthsOfYear IEnumerable<DmsSchedulerMonthOfYear>

The months of the year.

Returns

IDmsSchedulerTaskBuilder

The builder instance for method chaining.

Exceptions

ArgumentNullException

monthsOfYear is null.