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.

Syntax

Public Property Interval As UpdateInterval
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.

Remarks

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.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

ShellTileSchedule Class

Microsoft.Phone.Shell Namespace