Interval Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Property Interval As TimeSpan
public TimeSpan Interval { get; set; }
public:
property TimeSpan Interval {
    TimeSpan get ();
    void set (TimeSpan value);
}
member Interval : TimeSpan with get, set
function get Interval () : TimeSpan
function set Interval (value : TimeSpan)

Property Value

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

.NET Framework Security

See Also

Reference

DispatcherTimer Class

Microsoft.SPOT Namespace