SetTimerInterval

Set the interval of an existing timer, in seconds

Signature

public void SetTimerInterval(string timerId, int interval)

Parameters

timerId
string required

No description provided.

interval
int required

No description provided.

Return Type

void

Example

CPH.SetTimerInterval(timerId, interval);