Property MonthsOfYear
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
MonthsOfYear
Gets the months of the year on which the task is scheduled to run, if the RepetitionType is equal to Monthly; otherwise, an empty list.
IReadOnlyList<DmsSchedulerMonthOfYear> MonthsOfYear { get; }
Property Value
- IReadOnlyList<DmsSchedulerMonthOfYear>
A list of months of the year.