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

◆ create() [2/5]

static timer xtd::forms::timer::create ( const time_span interval)
static

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

Parameters
intervalAn xtd::time_span specifying the interval before the tick event is raised relative to the last occurrence of the tick event. The value must be greater than zero.
Returns
New xtd::forms::timer created.