Is it possible to convert an integer to time?
Hi all,
I would like to show how long a Test Session was in the "In Testing" state.
The DaysInState("In Testing") often returns a zero, so the precision of this info is insufficient.
The SecondsInState("In Testing") returns an integer, but no one reads in thousands of seconds. So, I need to convert this to a timestamp in days, hours, minutes, ... depending on the resolution. I can't seem to find a way to achieve this. Does anybody know?
Adriaan


