// Calculate what day of the week is 36 days from this instant.
System.DateTime today = System.DateTime.Now;
System.DateTime answer = today.AddDays(36);
System.Console.WriteLine("{0:dddd}", answer);
實在看不明白。
誰給解釋一下,上面一行注釋是什么意思
慕無忌1623718
2018-12-06 14:51:23