File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
csharp/System.Globalization/DateTimeFormatInfo/GetShortestDayName
visualbasic/System.Globalization/DateTimeFormatInfo/GetShortestDayName Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -103,16 +103,16 @@ This code example uses the en-US culture.
103
103
""
104
104
105
105
ShortestDayNames...
106
- "Su "
107
- "Mo "
108
- "Tu "
109
- "We "
110
- "Th "
111
- "Fr "
112
- "Sa "
106
+ "S "
107
+ "M "
108
+ "T "
109
+ "W "
110
+ "T "
111
+ "F "
112
+ "S "
113
113
114
114
GetShortestDayName(DayOfWeek.Sunday)...
115
- "Su "
115
+ "S "
116
116
117
117
Initial DateTime format patterns for the 'd' format specifier...
118
118
"M/d/yyyy"
Original file line number Diff line number Diff line change @@ -97,16 +97,16 @@ Class Sample
97
97
'""
98
98
'
99
99
'ShortestDayNames...
100
- '"Su "
101
- '"Mo "
102
- '"Tu "
103
- '"We "
104
- '"Th "
105
- '"Fr "
106
- '"Sa "
100
+ '"S "
101
+ '"M "
102
+ '"T "
103
+ '"W "
104
+ '"T "
105
+ '"F "
106
+ '"S "
107
107
'
108
108
'GetShortestDayName(DayOfWeek.Sunday)...
109
- '"Su "
109
+ '"S "
110
110
'
111
111
'Initial DateTime format patterns for the 'd' format specifier...
112
112
'"M/d/yyyy"
You can’t perform that action at this time.
0 commit comments