Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- float timeSurvivedInSeconds;
- TimeSpan ts = TimeSpan.FromSeconds(timeSurvivedInSeconds);
- string timeSurvived = string.Format("{0:00}:{1:00}", ts.Minutes, ts.Seconds);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement