I'm trying to get the time elapsed from a starting date to an end date in C#
Assuming that my start date is "11/19/2017 05:50 P.M." and the end date is "11/19/2017 05:55 P.M." get the time elapsed, in this case was 5:00 minutes.
But also would like to get for example "5 days and 25 minutes" elapsed
any idea to do this?