Enum DmsSchedulerDayOfWeek
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Represents the days of the week in line with Scheduler internal numbers.
public enum DmsSchedulerDayOfWeek
- Extension Methods
Fields
Friday = 5Represents Friday day of the week.
Monday = 1Represents Monday day of the week.
Saturday = 6Represents Saturday day of the week.
Sunday = 7Represents Sunday day of the week.
Thursday = 4Represents Thursday day of the week.
Tuesday = 2Represents Tuesday day of the week.
Wednesday = 3Represents Wednesday day of the week.