You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ide/reference/datetime-timespan-completion.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: DateTime and TimeSpan completion through IntelliSense menu
3
-
ms.date: 06/08/2020
3
+
ms.date: 07/31/2020
4
4
ms.topic: reference
5
5
author: mikadumont
6
6
ms.author: midumont
@@ -16,15 +16,15 @@ This refactoring applies to:
16
16
17
17
- C#
18
18
19
-
**What:** DateTime and TimeSpan string literal completion through IntelliSense menu.
19
+
**What:** DateTime and TimeSpan string literal and format string completion through IntelliSense menu.
20
20
21
-
**When:** You want to write a DateTime and TimeSpan string literals. IntelliSense gives you basic completion and an explanation as to what each of the characters mean.
21
+
**When:** You want to write a DateTime and TimeSpan string literal and format string. IntelliSense gives you basic completion and an explanation as to what each of the characters mean.
22
22
23
23
**Why:** Remembering DateTime formats is hard and IntelliSense can help you write it.
24
24
25
25
## How-to
26
26
27
-
1. Place your cursor in the DateTime or TimeSpan string literal.
27
+
1. Place your cursor in the DateTime or TimeSpan format string.
28
28
2. Press **Ctrl**+**Space** to trigger the **IntelliSense** menu.
0 commit comments