Allow scripters to adjust the remaining time of a timer
It would be more elegant to have it in the API, instead of deleting/re-creating the timer (it'll avoid having to pass the callback again too)
API design:
Timer.Adjust( iTimerID, iRemainingMs )