MonthOfYear Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for MonthOfYear.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum MonthOfYear
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type MonthOfYear =
Public Enum MonthOfYear
- Inheritance
-
MonthOfYear
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | |
January | 1 | |
February | 2 | |
March | 3 | |
April | 4 | |
May | 5 | |
June | 6 | |
July | 7 | |
August | 8 | |
September | 9 | |
October | 10 | |
November | 11 | |
December | 12 |