ScheduleMonth Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette énumération prend en charge une combinaison au niveau du bit de ses valeurs membres.
public enum class ScheduleMonth
[System.Flags]
public enum ScheduleMonth
type ScheduleMonth =
Public Enum ScheduleMonth
- Héritage
-
ScheduleMonth
- Attributs
Champs
Nom | Valeur | Description |
---|---|---|
January | 1 | |
February | 2 | |
March | 4 | |
April | 8 | |
May | 16 | |
June | 32 | |
July | 64 | |
August | 128 | |
September | 256 | |
October | 512 | |
November | 1024 | |
December | 2048 | |
All | 4095 |