Forum Discussion
Anonymous
2 years agoNot applicable
Average duration
Hello, I want to get an average duration and change the format, any ideas ? i try many things put ended up with an issue... I also would like to change the format so it is HH:mm:ss, Regards,...
AlienSx
2 years agoSuper User
Hello, Anonymous try Time.From(Duration.TotalHours(List.Average(your_list)) / 24). But if Duration.TotalHours goes over 1 then you end up with error.
Anonymous
2 years agoNot applicable
Hello,
Well i did ended up with an error, but thanks for trying