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

◆ interval_milliseconds() [1/2]

virtual int32 xtd::forms::timer::interval_milliseconds ( ) const
virtualnoexcept

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

Returns
An 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.