Resetting only the rate for a Timer

I have a bunch of timers with tick rates that depend on one variable. When that variable changes, I want to have all those timers update their rates, but without using SetTimer() with all its other parameters. Is this possible?