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

◆ interval() [1/2]

virtual time_span xtd::forms::timer::interval ( ) const
virtualnoexcept

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

Returns
An 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.
Examples
clock.cpp, lcd_label2.cpp, lcd_label_with_dot_matrix.cpp, lcd_label_with_fourteen_segment.cpp, lcd_label_with_nine_segment.cpp, lcd_label_with_seven_segment.cpp, lcd_label_with_sixteen_segment.cpp, and wiggly.cpp.