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