Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 2.71 KB

datetimeformatter_datetimeformatter_204585840.md

File metadata and controls

36 lines (21 loc) · 2.71 KB
-api-id -api-type
M:Windows.Globalization.DateTimeFormatting.DateTimeFormatter.#ctor(System.String,Windows.Foundation.Collections.IIterable{System.String})
winrt method

Windows.Globalization.DateTimeFormatting.DateTimeFormatter.DateTimeFormatter

-description

Creates a DateTimeFormatter object that is initialized by a format template string and language list.

-parameters

-param formatTemplate

A format template string that specifies the requested components. The order of the components is irrelevant. This can also be a format pattern. See the remarks for the DateTimeFormatter class for a list of valid format templates and format patterns.

-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), String, String, String), DateTimeFormatter(YearFormat, MonthFormat, DayFormat, DayOfWeekFormat), DateTimeFormatter(HourFormat, MinuteFormat, SecondFormat), DateTimeFormatter(YearFormat, MonthFormat, DayFormat, DayOfWeekFormat, HourFormat, MinuteFormat, SecondFormat, IIterable(String)), DateTimeFormatter(YearFormat, MonthFormat, DayFormat, DayOfWeekFormat, HourFormat, MinuteFormat, SecondFormat, IIterable(String), String, String, String), Date and time formatting sample, Unicode Key/Type Definitions