Okay, I am making an Asteroids like game, and I have a Date & Time object, set to use as a stopwatch, so you can see how long you lasted before you died. When the player dies, it goes to a game over screen, and I want to make a high score list using the time from the previous frame. I know how I could use the Score object instead, but I don't want to use this for reasons I don't feel like explaining.

If it is not possible to make a high score list with the Date & Time object set to stopwatch, can someone tell me how to at least make it display what time the player got on the next frame?

Thanks in advance, if someone actually DOES help me.