且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

添加时间跨度给定的日期时间

更新时间:2023-02-26 16:21:11

日期时间不变。该添加方法返回一个新的日期时间用的时间跨度添加

DateTime values are immutable. The Add method returns a new DateTime value with the TimeSpan added.

本作品:

Console.WriteLine("A day after the day: " + date.Add(t).ToString());