xtd 0.2.0
Loading...
Searching...
No Matches

◆ create() [4/5]

static timer xtd::forms::timer::create ( int  interval_milliseconds)
static

A factory to create an xtd::forms::timer with specified interval.

Parameters
interval_millisecondsAn int32 specifying the number of milliseconds before the tick event is raised relative to the last occurrence of the tick event. The value cannot be less than one.
Returns
New xtd::forms::timer created.