Interval Property
Collapse the table of content
Expand the table of content

ShellTileSchedule.Interval Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the interval of how often the background image of the Tile is updated.

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

public UpdateInterval Interval { get; set; }
<object Interval="UpdateInterval" .../>

Property Value

Type: Microsoft.Phone.Shell.UpdateInterval
The interval of how often the background image of the Tile is updated.

If the schedule is a one-time recurrence type, do not set this property.

Depending on Tile schedule synchronization, the Tile may not update for up to two times the chosen interval. If setting this property, use one of the options listed at UpdateInterval. The minimum update interval is one hour.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft