Enum ReminderRelated

ReminderRelated enumeration

Specify the relationship of the alarm trigger with respect to the start or end of the event.

public enum ReminderRelated

Values

NameValueDescription
Start0Sets the alarm to trigger off the start of the associated event.
End1Sets the alarm to trigger off the end of the associated event.

See Also