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