Class ReminderTrigger
ReminderTrigger class
Specifies when an alarm will trigger.
public class ReminderTrigger
Constructors
Name | Description |
---|
ReminderTrigger(DateTime) | Initialize a new instance of ReminderTrigger class. |
ReminderTrigger(ReminderDuration, ReminderRelated) | Initialize a new instance of ReminderTrigger class. |
Properties
Name | Description |
---|
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