C#中把一个日期值加上一天的函数是什么?不好意思,问个简单问题:C#中把一个日期值加上一天的函数是什么?[解决办法].addDay(1)[解决办法]DateTime today = DateTime.Today; DateTime newDate = today.AddDays(1);