共用方式為


Month 列舉

定義

此列舉支援其成員值的位元組合。

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

適用於