Skip to content

Commit 6fd202f

Browse files
author
Ron Petrusha
authored
Removed custom anchor (#1973)
1 parent d152a44 commit 6fd202f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

xml/System.Globalization/DateTimeFormatInfo.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
8282
- [Formatting dates and times](#Formatting_dates_times)
8383
84-
- [Format strings and DateTimeFormatInfo properties](#properties)
84+
- [Format strings and DateTimeFormatInfo properties](#format-strings-and-datetimeformatinfo-properties)
8585
8686
- [Modifying DateTimeFormatInfo properties](#Modifying)
8787
@@ -219,7 +219,6 @@
219219
[!code-csharp[System.Globalization.DateTimeFormatInfo.Class#9](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.globalization.datetimeformatinfo.class/cs/formatprovider1.cs#9)]
220220
[!code-vb[System.Globalization.DateTimeFormatInfo.Class#9](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.globalization.datetimeformatinfo.class/vb/formatprovider1.vb#9)]
221221
222-
<a name="properties"></a>
223222
## Format strings and DateTimeFormatInfo properties
224223
The <xref:System.Globalization.DateTimeFormatInfo> object includes three kinds of properties that are used in formatting operations with date and time values:
225224
@@ -263,7 +262,7 @@
263262
264263
1. Create a read/write copy of a <xref:System.Globalization.DateTimeFormatInfo> object whose formatting conventions you want to modify. (See the [Instantiating a DateTimeFormatInfo object](#instantiating) section.)
265264
266-
2. Modify the property or properties that are used to produce the desired result string. (For information about how formatting methods use <xref:System.Globalization.DateTimeFormatInfo> properties to define result strings, see the previous section, [Format strings and DateTimeFormatInfo properties](#properties).)
265+
2. Modify the property or properties that are used to produce the desired result string. (For information about how formatting methods use <xref:System.Globalization.DateTimeFormatInfo> properties to define result strings, see the previous section, [Format strings and DateTimeFormatInfo properties](#format-strings-and-datetimeformatinfo-properties).)
267266
268267
3. Use the custom <xref:System.Globalization.DateTimeFormatInfo> object you created as the <xref:System.IFormatProvider> argument in calls to formatting methods.
269268

0 commit comments

Comments
 (0)