I need to convert the value 9,633333333333333E+38 (which is a double) to hours.
I've already tried to use the Timespan.FromHours() method but it actually sees the value as 96333333333333333333333333333333333333333.38 ending up with the error: "Timespan overflowed because the duration is too long".