Skip to content

Commit 4c4d4b2

Browse files
authored
Update DateTime.xml (#4299)
* Update DateTime.xml
1 parent d498f66 commit 4c4d4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/DateTime.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7119,7 +7119,7 @@ This member is an explicit interface member implementation. It can be used only
71197119
<format type="text/markdown"><![CDATA[
71207120

71217121
## Remarks
7122-
A single tick represents one hundred nanoseconds or one ten-millionth of a second. There are 10,000 ticks in a millisecond, or 10 million ticks in a second.
7122+
A single tick represents one hundred nanoseconds or one ten-millionth of a second. There are 10,000 ticks in a millisecond (see <xref:System.TimeSpan.TicksPerMillisecond>) and 10 million ticks in a second.
71237123

71247124
The value of this property represents the number of 100-nanosecond intervals that have elapsed since 12:00:00 midnight, January 1, 0001 in the Gregorian calendar, which represents <xref:System.DateTime.MinValue>. It does not include the number of ticks that are attributable to leap seconds.
71257125
If the DateTime object has its `Kind` property set to `Local`, its ticks represent the time elapsed time since 12:00:00 midnight, January 1, 0001 in the local time as specified by the current time zone setting.

0 commit comments

Comments
 (0)