Time.time is static and read only as you said. You may want to use the TimeSpan object to hold the Time.time, or just use a TimeSpan object since that would be easier. You can parse in the string and format it in and out however you like. TimeSpan also has convenience methods to help manipulate the TimeSpan object(add/subtract time and all that jazz)
Ok thanks I'm trying to do something with it. Not won yet, maybe tomorrow, but this should be the good solution.
Ok thanks I'm trying to do something with it. Not won yet, maybe tomorrow, but this should be the good solution.
– ayks