// 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);
实在看不明白。
- 3 回答
- 0 关注
- 596 浏览
添加回答
举报
0/150
提交
取消