Class ReminderTrigger

ReminderTrigger class

Specifies when an alarm will trigger.

public class ReminderTrigger

Constructors

NameDescription
ReminderTrigger(DateTime)Initialize a new instance of ReminderTrigger class.
ReminderTrigger(ReminderDuration, ReminderRelated)Initialize a new instance of ReminderTrigger class.

Properties

NameDescription
DateTime { get; set; }A trigger set to an absolute date/time.
Duration { get; set; }Specifies a relative time for the trigger of the alarm.
Related { get; set; }Specify the relationship of the alarm trigger with respect to the start or end of the event.

See Also