I see that this question has been answered for Java, Javascript, and PHP, but not C#. So, how might one calculate the number of days between two dates in C#?
|
|
|||||
|
|
|
Assuming
|
||
|
|
|
|
Use TimeSpan object which is the result of date substraction:
|
||
|
|
|
|
I think this will do what you want:
|
||
|
|
|
|
|
||
|
|
