EssentialsDateMonthName Enum
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Time |
---|---|
Assembly | Skybrud.Essentials.dll |
Visibility | Public |
Enum class with values representing each month of a year.
public enum EssentialsDateMonthName : Enum { }
Fields
Name | Value | Summary |
---|---|---|
January | 1 |
Represents the month of January. |
February | 2 |
Represents the month of February. |
March | 3 |
Represents the month of March. |
April | 4 |
Represents the month of April. |
May | 5 |
Represents the month of May. |
June | 6 |
Represents the month of June. |
July | 7 |
Represents the month of July. |
August | 8 |
Represents the month of August. |
September | 9 |
Represents the month of September. |
October | 10 |
Represents the month of October. |
November | 11 |
Represents the month of November. |
December | 12 |
Represents the month of December. |