Month 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 the months of the year.
public enum class Month
public enum Month
Public Enum Month
- Inheritance
-
Month
Fields
Name | Value | Description |
---|---|---|
January | 1 | January. |
February | 2 | February. |
March | 3 | March. |
April | 4 | April. |
May | 5 | May. |
June | 6 | June. |
July | 7 | July. |
August | 8 | August. |
September | 9 | September. |
October | 10 | October. |
November | 11 | November. |
December | 12 | December. |