UpdateInterval Enumeration

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

Defines which interval will be used with the schedule if UpdateRecurrence has been set to Interval.

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Enumeration UpdateInterval
public enum UpdateInterval
<object property="enumerationValue" .../>

Members

Member name Description
EveryHour The schedule will be run every hour.
EveryDay The schedule will be run every day.
EveryWeek The schedule will be run every week.
EveryMonth The schedule will be run every month.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Microsoft.Phone.Shell Namespace