We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b83b36 commit b5d5580Copy full SHA for b5d5580
snippets/csharp/System/DateTime/ToString/ToString2.cs
@@ -3,7 +3,7 @@
3
4
public class DateToStringExample2
5
{
6
- public static void Main0()
+ public static void Main()
7
8
DateTime dateValue = new DateTime(2008, 6, 15, 21, 15, 07);
9
// Create an array of standard format strings.
0 commit comments