DateTimeFormatter.DateTimeFormatter(YearFormat, MonthFormat, DayFormat, DayOfWeekFormat, HourFormat, MinuteFormat, SecondFormat, IIterable(String), String, String, String) constructor

0 out of 2 rated this helpful - Rate this topic

Creates a DateTimeFormatter object with all formats and identifiers specified.

Syntax


var dateTimeFormatter = new Windows.Globalization.DateTimeFormatting.DateTimeFormatter(yearFormat, monthFormat, dayFormat, dayOfWeekFormat, hourFormat, minuteFormat, secondFormat, languages, geographicRegion, calendar, clock);

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.

hourFormat

Type: HourFormat

The desired hour format to include in the template.

minuteFormat

Type: MinuteFormat

The desired minute format to include in the template.

secondFormat

Type: SecondFormat

The desired second format to include in the template.

languages

Type: IIterable<String> [JavaScript/C++] | System.Collections.Generic.IEnumerable<String> [.NET]

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.

geographicRegion

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

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

calendar

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

The calendar identifier to use.

clock

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

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.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Globalization.DateTimeFormatting
Windows::Globalization::DateTimeFormatting [C++]

Metadata

Windows.winmd

See also

DateTimeFormatter
DateTimeFormatter(String)
DateTimeFormatter(String, IIterable, String, String, String)
DateTimeFormatter(YearFormat, MonthFormat, DayFormat, DayOfWeekFormat)
DateTimeFormatter(HourFormat, MinuteFormat, SecondFormat)

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.