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

◆ interval_milliseconds() [2/2]

virtual timer & xtd::forms::timer::interval_milliseconds ( int32  interval)
virtual

Sets the time, in milliseconds, before the tick event is raised relative to the last occurrence of the tick event.

Parameters
intervalAn 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.
Remarks
To get the number of seconds in the interval, divide this number by 1,000.