Dylan B. answered 11/10/20
Tutor
New to Wyzant
Computer science Tutor, Associates degree, Real world experience
You can use the .Add(...)
function of a Timespan.
That is, if you have a textbox in your report you could set the expression to be:
=System.TimeSpan.FromSeconds(100).Add(System.TimeSpan.FromSeconds(200))
and the format to Default, and see the text:
00:05:00