我看到Java,JavaScript和PHP都回答了这个问题,但C#却没有。那么,如何计算C#中两个日期之间的天数?
假设StartDate和EndDate类型DateTime:
StartDate
EndDate
DateTime
(EndDate - StartDate).TotalDays