Namespace: ITHit.WebDAV.Calendar
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 IDavProperty.) |
![]() | 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 IDavProperty.) |
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | Init |
Called by the library when new property is created to set the default property value.
Used for internal purposes only in CreateItem call. Do not call this method deirectly.
(Inherited from IDavProperty.) |
![]() | Remove |
Deletes property from calendar or business card.
(Inherited from IDavProperty.) |
![]() | Serialize |
Returns a string that represents this property in serialized form.
(Inherited from IDavProperty.) |