Timer()

Timer::Timer() constructor

RTTI information.

System::Timers::Timer::Timer()

Remarks

Constructs stopped timer with unspecified interval.

Timer::Timer(double) constructor

Constructs stopped timer with specified interval.

System::Timers::Timer::Timer(double interval)

Arguments

ParameterTypeDescription
intervaldoubleInterval between consequental timer invocations or between timer start and first invocation, in miliseconds.

See Also