I have two DateTime objects. I want to find out the total time difference between the two in seconds. I tried using TimeSpan, and using the get_Seconds member function, but it turns out wrong half the time. Is there another way? Please post examples of how to accomplish this. Thank you
Bookmarks