Data format for Lap Time

I want to use the Lap Time data like below.
Use Case
/Recode user lap time
/Compare some lap time between users
Currently, is it available by date&time property or not?

Sample:
1:23.456
H:mm:ss.000

And If it is not possible, is there any solution for this?

Hi @Koyan ,

You would need to experiment with fraction multiplication of 24 * 60 * 60, they are for number of hours, minutes and seconds, try to separate or put together the multiplication and the result of that would be number and fraction you seek, and get that fraction to multiply again to get another number.

Thank you for the proposal.
I will try it.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.