Is there a library specialized in the manipulation of quantities and units of time? It allows the conversion of / in milliseconds, seconds, minutes and operations of addition and subtraction of amounts of time.
Native to c#
I have not found anything that does not require a lot of effort and conversion calculations.
Or if there is natively how you could get the total hours by adding two amounts of time, for example:
03:20 + 03:50 =?
Is there a way to do this without having to unlock the hours and minutes, making validations for when the minutes go from 59 to an extra hour?