I have two calendars and each return a DateTime from calendar.SelectedDate.
How do I go about subtracting the two selected dates from each other, giving me the amount of days between the two selections?
There is a calendar.Subtract() but it needs a TimeSpan instead of DateTime.
Subtract()
aTimeSpan
and it will return aDateTime
. msdn.microsoft.com/en-us/library/ae6246z1%28v=vs.110%29.aspx – Laudanum