The ITrigger type exposes the following members.
Name | Description | |
---|---|---|
AbsoluteDateTimeUtc |
Gets or sets the absolute date-time for the alarm in UTC. Returns null if relative offset (RelativeOffset) from the beggining or
the end of the event or to-do is specified or the value can not be parsed.
| |
Container |
Parent component for this instance.
(Inherited from IProperty.) | |
IsRelativeOffset |
Returns true if if relative offset (RelativeOffset) from the beggining or
the end of the event or to-do is specified, false otherwise.
| |
RawProperty |
Provides low-level access to business card or calendar property.
(Inherited from IProperty.) | |
Related |
Gets or sets relationship of the alarm trigger with
respect to the start or end of the calendar component. Provides access to "RELATED" parameter.
Returns null if absolute date-time is specified.
| |
RelativeOffset |
Gets or sets the time for the trigger of the alarm relative to the start or the end of an event or to-do with which the alarm is associated.
Returns null if absolute date-time is specified (AbsoluteDateTimeUtc) or the value can not be parsed.
|