Month 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此枚举支持其成员值的按位组合。
public enum class Month
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum Month
type Month =
Public Enum Month
- 继承
-
Month
- 属性
字段
名称 | 值 | 说明 |
---|---|---|
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 |