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.
こんにちは、質問がありました。たとえば、今日は 2019 年 6 月 24 日です。次の 20 日間の日付を検索するには、どのコードを使用すればよいですか?
var d = DateTime.Now().AddDays(20);