Skip to content

Commit d359768

Browse files
authored
fix cref link (#3474)
1 parent bdcec1e commit d359768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/Microsoft.VisualBasic/DateAndTime.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ MsgBox("The formatted date is " & Format(Now, "dddd, d MMM yyyy"))
904904
905905
]]></format>
906906
</remarks>
907-
<exception cref="T:System.InvalidCastException">Invalid format used to set the value of <see cref="T:Microsoft.VisualBasic.DateAndTime.DateString" />.</exception>
907+
<exception cref="T:System.InvalidCastException">Invalid format used to set the value of <see cref="P:Microsoft.VisualBasic.DateAndTime.DateString" />.</exception>
908908
<altmember cref="P:Microsoft.VisualBasic.DateAndTime.Now" />
909909
<altmember cref="P:Microsoft.VisualBasic.DateAndTime.TimeString" />
910910
<altmember cref="P:Microsoft.VisualBasic.DateAndTime.Today" />

0 commit comments

Comments
 (0)