change timer length

is it possible to make a timer length equal to a variable so its length can be frequently changed during a game. thanks! 

JayInACob wrote:is it possible to make a timer length equal to a variable so its length can be frequently changed during a game. thanks!
int timerlength = 1000;
CreateTimer("youractor", "yourtimer", timerlength);