ReminderTrigger

ReminderTrigger class

Specifies when an alarm will trigger.

The ReminderTrigger type exposes the following members:

Constructors

NameDescription
ReminderTrigger(date_time)Initializes a new instance of the ReminderTrigger class
ReminderTrigger(duration, related)Initializes a new instance of the ReminderTrigger class

Properties

NameDescription
durationSpecifies a relative time for the trigger of the alarm.
date_timeA trigger set to an absolute date/time.
relatedSpecify the relationship of the alarm trigger with respect to the start or end of the event.

See Also