Hi
I have a small program that imports data and part of this data is in duration format:
00:00:00
(HoursMinutes,Seconds)
What im trying to do is add these together so that they show a cumalative duration, but im not at all sure how?
I have a small program that imports data and part of this data is in duration format:
00:00:00
(HoursMinutes,Seconds)
What im trying to do is add these together so that they show a cumalative duration, but im not at all sure how?