how to restart a level with countdown timer in unity?

When I am trying to restart a level with timer by Application.LoadLevel(“levelname/Application.LoadedLevel”) game is restarting but the timer is not restarting.Please help…

Try -

timeRemain = startingTime - Time.timeSinceLevelLoad;