|
explicit |
Initializes a new instance of the xtd::timers::timer class, and sets the xtd::timers::timer::interval property to the specified number of milliseconds.
interval | The time, in milliseconds, between events. The value must be greater than zero and less than or equal to int32_object::max_value. |
d::argument_exception | The value of the interval parameter is less than or equal to zero, or greater than int32_object::max_value. |