Month 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此列舉支援其成員值的位元組合。
public enum class Month
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum Month
type Month =
Public Enum Month
- 繼承
-
Month
- 屬性
欄位
名稱 | 值 | 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 |