DispatcherTimer.Interval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the amount of time between timer ticks.
public:
property TimeSpan Interval { TimeSpan get(); void set(TimeSpan value); };
TimeSpan Interval();
void Interval(TimeSpan value);
public System.TimeSpan Interval { get; set; }
var timeSpan = dispatcherTimer.interval;
dispatcherTimer.interval = timeSpan;
Public Property Interval As TimeSpan
Property Value
The amount of time between ticks. The default is a TimeSpan
with value evaluated as 00:00:00.