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.
This enumeration supports a bitwise combination of its member values.
public enum class Month
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum Month
type Month =
Public Enum Month
- Inheritance
-
Month
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
January | 1 | |
Feburary | 2 | |
March | 4 | |
April | 8 | |
May | 16 | |
June | 32 | |
July | 64 | |
August | 128 | |
September | 256 | |
October | 512 | |
November | 1024 | |
December | 2048 |