I have an Integer which contains elapsed time, i.e. 104. In Excel I use this formula:
=ABS(104/24/60)
and format the cell as Time which gives me 01:44:00 (One hour and fortyfour minutes), which is correct.
How can I get this timevalue ‘01:44:00’ in Xojo?