The Alarm type exposes the following members.

Constructors

  NameDescription
Public methodAlarm
Initializes a new instance of the Alarm class

Methods

  NameDescription
Public methodAddChild
Adds an ICalendarObject-based object as a child of the current object.
(Inherited from CalendarObject.)
Public methodAddProperty(CalendarProperty)
Adds a property to this component.
(Inherited from CalendarComponent.)
Public methodAddProperty(String, String)
Adds a property to this component.
(Inherited from CalendarComponent.)
Protected methodAddRepeatedItems
Handles the repetitions that occur from the REPEAT and DURATION properties. Each recurrence of the alarm will have its own set of generated repetitions.
Public methodCopy<(Of <<'(T>)>>)
Creates a copy of the object.
(Inherited from CalendarObjectBase.)
Public methodCopyFrom (Inherited from CalendarComponent.)
Public methodEquals (Inherited from CalendarObject.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Inherited from CalendarObject.)
Public methodGetOccurrences
Gets a list of alarm occurrences for the given recurring component, rc that occur between FromDate and ToDate.
Public methodGetService(String) (Inherited from CalendarObject.)
Public methodGetService(Type) (Inherited from CalendarObject.)
Public methodGetService<(Of <<'(T>)>>)()()()() (Inherited from CalendarObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnChildAdded (Inherited from CalendarObject.)
Protected methodOnChildRemoved (Inherited from CalendarObject.)
Protected methodOnDeserialized (Inherited from CalendarObject.)
Protected methodOnDeserializing (Overrides CalendarComponent..::..OnDeserializing(StreamingContext).)
Public methodOnLoaded (Inherited from CalendarObjectBase.)
Public methodPoll
Polls the Alarm component for alarms that have been triggered since the provided Start date/time. If Start is null, all triggered alarms will be returned.
Public methodRemoveChild
Removed an ICalendarObject-based object from the Children collection.
(Inherited from CalendarObject.)
Public methodRemoveService(String) (Inherited from CalendarObject.)
Public methodRemoveService(Type) (Inherited from CalendarObject.)
Public methodSetService(Object) (Inherited from CalendarObject.)
Public methodSetService(String, Object) (Inherited from CalendarObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAction
Public propertyAttachment
Public propertyAttendees
Public propertyCalendar
Returns the iCalendar that this ICalendarObject belongs to.
(Inherited from CalendarObject.)
Public propertyChildren
A collection of ICalendarObjects that are children of the current object.
(Inherited from CalendarObject.)
Public propertyColumn (Inherited from CalendarObject.)
Public propertyDescription
Public propertyDuration
Public propertyiCalendar (Inherited from CalendarObject.)
Public propertyIsLoaded (Inherited from CalendarObjectBase.)
Public propertyKey (Inherited from CalendarObject.)
Public propertyLine (Inherited from CalendarObject.)
Public propertyName
Gets or sets the name of the ICalendarObject. For iCalendar components, this is the RFC 5545 name of the component.

Examples

  • Event - "VEVENT"
  • Todo - "VTODO"
  • TimeZone - "VTIMEZONE"
  • etc.
(Inherited from CalendarObject.)
Protected propertyOccurrences
Public propertyParent
Returns the parent ICalendarObject that owns this one.
(Inherited from CalendarObject.)
Public propertyProperties
Returns a list of properties that are associated with the iCalendar object.
(Inherited from CalendarComponent.)
Public propertyRepeat
Public propertySummary
Public propertyTrigger

Events

  NameDescription
Public eventChildAdded (Inherited from CalendarObject.)
Public eventChildRemoved (Inherited from CalendarObject.)
Public eventLoaded (Inherited from CalendarObjectBase.)

See Also