Class Month
Represents the Calendar Months.
Inheritance
System.Object
Month
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public sealed class Month : Enum
Fields
April
Fourth month of calendar.
Declaration
public const Month April
Field Value
Type |
---|
Month |
August
Eighth month of calendar.
Declaration
public const Month August
Field Value
Type |
---|
Month |
December
Twelfth month of calendar.
Declaration
public const Month December
Field Value
Type |
---|
Month |
February
Second month of calendar.
Declaration
public const Month February
Field Value
Type |
---|
Month |
January
First month of calendar.
Declaration
public const Month January
Field Value
Type |
---|
Month |
July
Seventh month of calendar.
Declaration
public const Month July
Field Value
Type |
---|
Month |
June
Sixth month of calendar.
Declaration
public const Month June
Field Value
Type |
---|
Month |
March
Third month of calendar.
Declaration
public const Month March
Field Value
Type |
---|
Month |
May
Fifth month of calendar.
Declaration
public const Month May
Field Value
Type |
---|
Month |
November
Eleventh month of calendar.
Declaration
public const Month November
Field Value
Type |
---|
Month |
October
Tenth month of calendar.
Declaration
public const Month October
Field Value
Type |
---|
Month |
September
Ninth month of calendar.
Declaration
public const Month September
Field Value
Type |
---|
Month |