MonthDay Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration supports a bitwise combination of its member values.
public enum class MonthDay
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum MonthDay
type MonthDay =
Public Enum MonthDay
- Inheritance
-
MonthDay
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Day01 | 1 | |
Day02 | 2 | |
Day03 | 4 | |
Day04 | 8 | |
Day05 | 16 | |
Day06 | 32 | |
Day07 | 64 | |
Day08 | 128 | |
Day09 | 256 | |
Day10 | 512 | |
Day11 | 1024 | |
Day12 | 2048 | |
Day13 | 4096 | |
Day14 | 8192 | |
Day15 | 16384 | |
Day16 | 32768 | |
Day17 | 65536 | |
Day18 | 131072 | |
Day19 | 262144 | |
Day20 | 524288 | |
Day21 | 1048576 | |
Day22 | 2097152 | |
Day23 | 4194304 | |
Day24 | 8388608 | |
Day25 | 16777216 | |
Day26 | 33554432 | |
Day27 | 67108864 | |
Day28 | 134217728 | |
Day29 | 268435456 | |
Day30 | 536870912 | |
Day31 | 1073741824 |