I have two DateTime variables and i need to compute number of weeks between them.
What is the quickest (and correct) way to do this?
(dtTo - dtFrom).TotalDays / 7
will give number of weeks