Skip to content

Commit 08cc288

Browse files
committed
remove extra para tag
1 parent 4d973cb commit 08cc288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/TimeZone.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@
593593
]]></format>
594594
</remarks>
595595
<block subset="none" type="overrides">
596-
<para>Although it is not required, in most cases derived classes running under .NET Framework version 2.0 or later should override the default implementation of this method. The behavior of the default implementation depends on the <see cref="P:System.DateTime.Kind" /> property of the <paramref name="time" /> parameter. If its value is <see cref="F:System.DateTimeKind.Local" />, this method returns <paramref name="time" /> unchanged. If its value is either <see cref="F:System.DateTimeKind.Utc" /> or <see cref="F:System.DateTimeKind.Unspecified" />, this method assumes <paramref name="time" /> is UTC and converts it to the local system time without calling the <see cref="M:System.TimeZone.GetUtcOffset(System.DateTime)" /> method.
596+
Although it is not required, in most cases derived classes should override the default implementation of this method. The behavior of the default implementation depends on the <see cref="P:System.DateTime.Kind" /> property of the <paramref name="time" /> parameter. If its value is <see cref="F:System.DateTimeKind.Local" />, this method returns <paramref name="time" /> unchanged. If its value is either <see cref="F:System.DateTimeKind.Utc" /> or <see cref="F:System.DateTimeKind.Unspecified" />, this method assumes <paramref name="time" /> is UTC and converts it to the local system time without calling the <see cref="M:System.TimeZone.GetUtcOffset(System.DateTime)" /> method.
597597
</block>
598598
<altmember cref="M:System.TimeZoneInfo.ConvertTimeFromUtc(System.DateTime,System.TimeZoneInfo)" />
599599
</Docs>

0 commit comments

Comments
 (0)