I am currently tryibng to convert a given time(Entered via a text box) , The time entered would look a little like 01 52 22 mins secs mili secs.
however Timespan.parse(tbName.text) gives me an incorrect format error.
I have got it to work if i input something like 46 in to the textbox but then it sets the days to 46 not the seconds.
Any ideas how to get it just to set the mins seconds and mili seconds from the text input stated above?
I am pretty sure timespan is the way to go but many posts i have read use the dateTime and only use the time part of the variable via formatting