Reminder Enumeration

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

Lists the values you can set for an appointment reminder. This enumeration is used by Reminder property.

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

Syntax

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

Members

Member name Description
None No reminder is shown for the appointment.
AtStartTime The reminder is shown at the appointment start time.
FiveMinutes The reminder is shown 5 minutes before the appointment.
TenMinutes The reminder is shown 10 minutes before the appointment.
FifteenMinutes The reminder is shown 15 minutes before the appointment.
ThirtyMinutes The reminder is shown 30 minutes before the appointment.
OneHour The reminder is shown one hour before the appointment.
EighteenHours The reminder is shown 18 hours before the appointment.
OneDay The reminder is shown one day before the appointment.
OneWeek The reminder is shown one 1 week before the appointment.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

Microsoft.Phone.Tasks Namespace