diff --git a/docs/standard/datetime/converting-between-time-zones.md b/docs/standard/datetime/converting-between-time-zones.md index 6fb2428c066c9..03894677b2468 100644 --- a/docs/standard/datetime/converting-between-time-zones.md +++ b/docs/standard/datetime/converting-between-time-zones.md @@ -47,7 +47,7 @@ If the date and time value does not represent either the local time or UTC, the [!code-csharp[System.TimeZone2.Concepts#7](../../../samples/snippets/csharp/VS_Snippets_CLR_System/system.TimeZone2.Concepts/CS/TimeZone2Concepts.cs#7)] [!code-vb[System.TimeZone2.Concepts#7](../../../samples/snippets/visualbasic/VS_Snippets_CLR_System/system.TimeZone2.Concepts/VB/TimeZone2Concepts.vb#7)] -Note that this method throws an if the object's property and the time zone are mismatched. A mismatch occurs if the property is but the object does not represent the local time zone, or if the property is but the object does not equal . +Note that this method throws an if the object's property and the time zone are mismatched. A mismatch occurs if the property is but the object does not represent the local time zone, or if the property is but the object does not equal . All of these methods take values as parameters and return a value. For values, the structure has a instance method that converts the date and time of the current instance to UTC. The following example calls the method to convert a local time and several other times to Coordinated Universal Time (UTC).