Specifies the intended format for the month in a DateTimeFormatter object.
Syntax
var value = Windows.Globalization.DateTimeFormatting.MonthFormat.none;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The MonthFormat enumeration has these members.
| Member | Value | Description |
|---|---|---|
| None | none | 0 |
Do not display the month. |
| Default | default | 1 |
Display the month in the most natural way. It may be abbreviated, full, or numeric depending on the context, such as the language or calendar that is being used. |
| Abbreviated | abbreviated | 2 |
Display an abbreviated version of the month (for example, "Sep" for September). |
| Full | full | 3 |
Display the month in its entirety (for example, "September"). |
| Numeric | numeric | 4 |
Display the month as a number (for example, "9" for September). |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012