diff --git a/xml/System.Collections/IComparer.xml b/xml/System.Collections/IComparer.xml index 236035f1201..3b101b56b95 100644 --- a/xml/System.Collections/IComparer.xml +++ b/xml/System.Collections/IComparer.xml @@ -102,9 +102,7 @@ The following example uses the interface to The first object to compare. The second object to compare. Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other. - A signed integer that indicates the relative values of and :
- If less than 0, is less than .
- If 0, equals .
- If greater than 0, is greater than . - - .
+ A signed integer that indicates the relative values of and :
- If less than 0, is less than .
- If 0, equals .
- If greater than 0, is greater than .
An abstract class that allows code to be instrumented for production-time logging of rich data payloads for consumption within the process that was instrumented. - For more information, see [DiagnosticSource User's Guide](https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/DiagnosticSourceUsersGuide.md). + For more information, see [DiagnosticSource User's Guide](https://github.com/dotnet/runtime/blob/master/src/libraries/System.Diagnostics.DiagnosticSource/src/DiagnosticSourceUsersGuide.md). diff --git a/xml/System.Windows.Controls/ItemsControl.xml b/xml/System.Windows.Controls/ItemsControl.xml index 7f2ad7da669..ec1d36c9e3e 100644 --- a/xml/System.Windows.Controls/ItemsControl.xml +++ b/xml/System.Windows.Controls/ItemsControl.xml @@ -1066,7 +1066,7 @@ ListBox that contains multiple types of objects Gets or sets a value that indicates whether is enabled on the instance. - if is enabled; otherwise, . The default is . + if is enabled; otherwise, . The default is . . It does not include the number of ticks that are attributable to leap seconds. - - +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 . It does not include the number of ticks that are attributable to leap seconds. +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. +If the `DateTime` object has its `Kind` property set to `Utc`, its ticks represent the time elapsed time since 12:00:00 midnight, January 1, 0001 in the Coordinated Universal Time. +If the `DateTime` object has its `Kind` property set to `Unspecified`, its ticks represent the time elapsed time since 12:00:00 midnight, January 1, 0001 in the unknown time zone. + +In general, the ticks represent the time according to the time zone specified by the `Kind` property. + ## Examples