ScheduledNotification.RecurrenceType Property

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

Gets or sets the recurrence type for a notification.

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

Syntax

Public Property RecurrenceType As RecurrenceInterval
public RecurrenceInterval RecurrenceType { get; set; }
<object RecurrenceType="RecurrenceInterval" .../>

Property Value

Type: Microsoft.Phone.Scheduler..::.RecurrenceInterval
The recurrence type for a notification.

Remarks

If a recurrence schedule is set, a time-based notification will launch at BeginTime and then launch periodically after that according to the RecurrenceType until ExpirationTime is reached.

The default value of this property is None. When RecurrenceType is None, the notification launches once, 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

ScheduledNotification Class

Microsoft.Phone.Scheduler Namespace