Creates a DateTimeFormatter object that is initialized with year, month, day, and day of week formats.
Syntax
var dateTimeFormatter = new Windows.Globalization.DateTimeFormatting.DateTimeFormatter(yearFormat, monthFormat, dayFormat, dayOfWeekFormat);
Parameters
- yearFormat
-
Type: YearFormat
The desired year format to include in the template.
- monthFormat
-
Type: MonthFormat
The desired month format to include in the template.
- dayFormat
-
Type: DayFormat
The desired day format to include in the template.
- dayOfWeekFormat
-
Type: DayOfWeekFormat
The desired day of week format to include in the template.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
- DateTimeFormatter
- DateTimeFormatter(String)
- DateTimeFormatter(String, IIterable, String, String, String)
- DateTimeFormatter(HourFormat, MinuteFormat, SecondFormat)
- DateTimeFormatter(YearFormat, MonthFormat, DayFormat, DayOfWeekFormat, HourFormat, MinuteFormat, SecondFormat, IIterable, String, String, String)
Build date: 12/4/2012