RecurrenceInterval Enumeration

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

Lists the recurrence options for the ScheduledNotification objects, Alarm and Reminder.

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

Syntax

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

Members

Member name Description
None No recurrence. The notification is launched once at the time specified by BeginTime.
Daily Daily recurrence.
Weekly Weekly recurrence.
Monthly Monthly recurrence.
EndOfMonth Recurring at the end of each month.
Yearly Yearly recurrence.

Remarks

To set the recurrence interval for scheduled notifications, use the RecurrenceType property. The recurrence type sets the interval between notification launches. The interval begins at the time specified by BeginTime.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

Microsoft.Phone.Scheduler Namespace