Enum DmsSchedulerMonthOfYear
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Represents the months of the year in line with Scheduler internal numbers.
public enum DmsSchedulerMonthOfYear
- Extension Methods
Fields
April = 104Represents the April month.
August = 108Represents the August month.
December = 112Represents the December month.
February = 102Represents the February month.
January = 101Represents the January month.
July = 107Represents the July month.
June = 106Represents the June month.
March = 103Represents the March month.
May = 105Represents the May month.
November = 111Represents the November month.
October = 110Represents the October month.
September = 109Represents the September month.