System::Timers::Timer::set_Interval method

Timer::set_Interval method

Sets timer interval.

void System::Timers::Timer::set_Interval(double ms)
ParameterTypeDescription
msdoubleInterval between consequental timer invocations or between timer start and first invocation, in miliseconds.

See Also