Skip to content

Commit b41aeff

Browse files
Merge pull request #2496 from citelao/patch-6
[DateTimeFormatter] Document basis for params for DateTimeFormatter
2 parents 73b83c2 + bb0dd93 commit b41aeff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

windows.globalization.datetimeformatting/datetimeformatter_datetimeformatter_1042679024.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ 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 a [GeographicRegion](windows.globalization.geographicregion.md) used to resolve the template to a pattern. This should be an ISO 3166-1 two-letter or three-letter code that identifies 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 a value from [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 a value from [ClockIdentifiers](windows.globalization.clockidentifiers.md).
3737

3838
## -remarks
3939

0 commit comments

Comments
 (0)