use time multiplication in variable

Hallo,
I am making a game and I want to have a regeneration time for the health variable every 1/30 seconds.
How can I insert that time in a variable for multiplication?

Use Time.deltaTime with Invoke,InvokeRepeating or a coroutine:

INVOKE
COROUTINE