Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 537 Bytes

dispatcherqueuetimer_interval.md

File metadata and controls

23 lines (16 loc) · 537 Bytes
-api-id -api-type
P:Windows.System.DispatcherQueueTimer.Interval
winrt property

Windows.System.DispatcherQueueTimer.Interval

-description

Gets and sets the interval for the timer.

-property-value

The amount of time before the timer ticks. Defaults to 0 seconds.

-remarks

If you change the DispatcherQueueTimer.Interval while the timer is running, the timer will restart with the new value.

-see-also

-examples