Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 3.45 KB

datetimeformatter_datetimeformatter_321918312.md

File metadata and controls

72 lines (39 loc) · 3.45 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},System.String,System.String,System.String)
winrt method

Windows.Globalization.DateTimeFormatting.DateTimeFormatter.DateTimeFormatter

-description

Creates a DateTimeFormatter object with all formats and identifiers specified.

-parameters

-param yearFormat

The desired year format to include in the template.

-param monthFormat

The desired month format to include in the template.

-param dayFormat

The desired day format to include in the template.

-param dayOfWeekFormat

The desired day of week format to include in the template.

-param hourFormat

The desired hour format to include in the template.

-param minuteFormat

The desired minute format to include in the template.

-param secondFormat

The desired 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.

-param geographicRegion

The identifier for the geographic region. This identifier is used for resolving the template to a pattern.

-param calendar

The calendar identifier to use.

-param clock

The clock identifier to use.

-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), DateTimeFormatter(YearFormat, MonthFormat, DayFormat, DayOfWeekFormat), DateTimeFormatter(HourFormat, MinuteFormat, SecondFormat), Unicode Key/Type Definitions