RecurrenceType Property
Collapse the table of content
Expand the table of content

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.

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

Property Value

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

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft