Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.32 KB

calendar_calendar_1181929246.md

File metadata and controls

30 lines (18 loc) · 1.32 KB
-api-id -api-type
M:Windows.Globalization.Calendar.#ctor(Windows.Foundation.Collections.IIterable{System.String})
winrt method

Windows.Globalization.Calendar.Calendar

-description

Creates a Calendar object that is initialized with a language list.

-parameters

-param languages

The list of language identifiers, in priority order, that represents the choice of languages. These are used for resolving patterns to strings.

-remarks

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

Calendar(IIterable(String), String, String), Unicode Key/Type Definitions, Calendar, date, and time controls, Calendar sample, Date and time formatting sample