This topic has not yet been rated - Rate this topic

Reminder Enumeration

May 02, 2013

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)
public enum Reminder
<object property="enumerationValue" .../>
Member nameDescription
NoneNo reminder is shown for the appointment.
AtStartTimeThe reminder is shown at the appointment start time.
FiveMinutesThe reminder is shown 5 minutes before the appointment.
TenMinutesThe reminder is shown 10 minutes before the appointment.
FifteenMinutesThe reminder is shown 15 minutes before the appointment.
ThirtyMinutesThe reminder is shown 30 minutes before the appointment.
OneHourThe reminder is shown one hour before the appointment.
EighteenHoursThe reminder is shown 18 hours before the appointment.
OneDayThe reminder is shown one day before the appointment.
OneWeekThe reminder is shown one 1 week before the appointment.

Windows Phone OS

Supported in: 8.0

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.