Resuming the Timer

I know how to stop and start a timer, but how can you capture the timer value to a variable and resume it from there at a later time?
I tried capturing the currentCount of the timer to an integer variable, but i cant modify it…it says its read only.
Does anyone know how to do this??