Skip to content

Latest commit

 

History

History
60 lines (33 loc) · 3.42 KB

datetimeformatter_datetimeformatter_1763707544.md

File metadata and controls

60 lines (33 loc) · 3.42 KB
-api-id -api-type
M:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.#ctor(Windows.Globalization.DateTimeFormatting.YearFormat,Windows.Globalization.DateTimeFormatting.MonthFormat,Windows.Globalization.DateTimeFormatting.DayFormat,Windows.Globalization.DateTimeFormatting.DayOfWeekFormat,Windows.Globalization.DateTimeFormatting.HourFormat,Windows.Globalization.DateTimeFormatting.MinuteFormat,Windows.Globalization.DateTimeFormatting.SecondFormat,Windows.Foundation.Collections.IIterable{System.String})
winrt method

Windows.Globalization.DateTimeFormatting.DateTimeFormatter.DateTimeFormatter

-description

Creates a DateTimeFormatter object that is initialized with year, month, day, day of week, hour, minute, and second formats, and a language list.

-parameters

-param yearFormat

The year format to include in the template.

-param monthFormat

The month format to include in the template.

-param dayFormat

The day format to include in the template.

-param dayOfWeekFormat

The day of week format to include in the template.

-param hourFormat

The hour format to include in the template.

-param minuteFormat

The minute format to include in the template.

-param secondFormat

The second format to include in the template.

-param languages

The list of language identifiers, in priority order, that represent the choice of languages. These identifiers are used for resolving the template to a pattern and for formatting. See Remarks.

-remarks

If your app passes language tags used in this class to any National Language Support functions, it must first convert the tags by calling ResolveLocaleName.

Language tags support the Unicode extensions "ca-" and "nu-". (See Unicode Key/Type Definitions.) Note that these extensions can affect the calendar used by Calendar objects.

-examples

-see-also

DateTimeFormatter(String), DateTimeFormatter(String, IIterable(String)), DateTimeFormatter(String, IIterable(String), String, String, String), DateTimeFormatter(YearFormat, MonthFormat, DayFormat, DayOfWeekFormat), DateTimeFormatter(HourFormat, MinuteFormat, SecondFormat), DateTimeFormatter(YearFormat, MonthFormat, DayFormat, DayOfWeekFormat, HourFormat, MinuteFormat, SecondFormat, IIterable(String), String, String, String), Unicode Key/Type Definitions