Advertisement
Guest User

Untitled

a guest
Nov 24th, 2020
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.17 KB | None | 0 0
  1. float timeSurvivedInSeconds;
  2.  
  3. TimeSpan ts = TimeSpan.FromSeconds(timeSurvivedInSeconds);
  4. string timeSurvived = string.Format("{0:00}:{1:00}", ts.Minutes, ts.Seconds);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement