Partager via


Month Énumération

Définition

Cette énumération prend en charge une combinaison au niveau du bit de ses valeurs membres.

public enum class Month
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum Month
type Month = 
Public Enum Month
Héritage
Month
Attributs

Champs

Nom Valeur 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

S’applique à