All C# extension methods for type timespan
-
TimeSpan ToHumanTimeString
Light-weight extension to output time. If you need additional human readable strings
-
Round to Nearest TimeSpan
Rounds a TimeSpan value to the nearest timespan given
-
TimeSpan Sum
C# LINQ has no Sum method for TimeSpan. Here it is1
-
TimeSpan Average
C# LINQ has no Average method for TimeSpan. Here it is!
-
Multiply
Multiplies a TimeSpan by a number (int)
-
TimeSpanToString
Converts a timespan to a string displaying hours and minutes