Share via


DispatcherTimer.Interval Property

Gets or sets the current DispatcherTimer object's defined time interval.

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public TimeSpan Interval { get; set; }

Property Value

The time interval between the timer's ticks, in hours:minutes:seconds. The default value is 00:00:00.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

DispatcherTimer Class
DispatcherTimer Members
Microsoft.SPOT Namespace