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.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
<object RecurrenceType="RecurrenceInterval" .../>
Property Value
Type: Microsoft.Phone.Scheduler.RecurrenceIntervalThe 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.