gpt4 book ai didi

c# - 将日期添加到日期时间

转载 作者:太空宇宙 更新时间:2023-11-03 18:58:50 25 4
gpt4 key购买 nike

<分区>

我有 dateTime 变量,如果日期不是一个月的最后一天,而是最后一天的前一天,我想添加一天。

endDate = newDate(2016, 8, 30);//create date for test
if (DateTime.DaysInMonth(endDate.Year, endDate.Month) == (int)31 && endDate.Day == (int)30)
endDate.AddDays(1);

从调试器我可以看到执行继续 endDate.AddDays(1);endDate 仍然是相同的 (30.08.2016 ) 就像 AddDays 函数不起作用一样。有人知道为什么吗?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com