Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
你好朋友我有一个问题例如今天 06/24/2019。如果我想找到接下来 20 天的日期,我应该使用什么代码?
var d = DateTime.Now().AddDays(20);