How to convert TimeSpan from days to hours?

Viewed 29

I have a problem where I receive a TimeSpan of type (1,22,21,00) and I need this TimeSpan to keep only the hours, minutes and seconds, how do I?

0 Answers
Related