Skip to content

Commit 4c7d65a

Browse files
authored
Document basis for params for DateTimeFormatter
1 parent 31b2e4a commit 4c7d65a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

windows.globalization.datetimeformatting/datetimeformatter_datetimeformatter_1042679024.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ The list of language identifiers, in priority order, that represent the choice o
2525

2626
### -param geographicRegion
2727

28-
The identifier for the geographic region. This identifier is used for resolving the template to a pattern.
28+
The identifier for the geographic region. This identifier is used for resolving the template to a pattern. It should be a valid constructor for a [GeographicRegion](windows.globalization.geographicregion.md); in other words, one of the ISO 3166-1 two-letter or three-letter codes that identify the country, or one of the three-digit UN-M49 codes that identify the geographical region.
2929

3030
### -param calendar
3131

32-
The calendar identifier to use.
32+
The calendar identifier to use. This should be one of the well-known [CalendarIdentifiers](windows.globalization.calendaridentifiers.md).
3333

3434
### -param clock
3535

36-
The clock identifier to use.
36+
The clock identifier to use. This should be one of the well-known [ClockIdentifiers](windows.globalization.clockidentifiers.md).
3737

3838
## -remarks
3939

4040
If your app passes language tags used in this class to any [National Language Support](/windows/desktop/Intl/national-language-support) functions, it must first convert the tags by calling [ResolveLocaleName](/windows/desktop/api/winnls/nf-winnls-resolvelocalename).
4141

42-
Language tags support the Unicode extensions "ca-" and "nu-". (See [Unicode Key/Type Definitions](https://www.unicode.org/reports/tr35/#Key_Type_Definitions).) Note that these extensions can affect the calendar used by Calendar objects.
42+
Language tags support the Unicode extensions "ca-" and "nu-". (See [Unicode Key/Type Definitions](https://www.unicode.org/reports/tr35/#Key_Type_Definitions).) Note that these extensions can affect the calendar used by Clock objects.
4343

4444
## -examples
4545

0 commit comments

Comments
 (0)