The ICalendarComponent type exposes the following members.

Methods

  NameDescription
Public methodAddChild
Adds a child object to the current object.
(Inherited from ICalendarObject.)
Public methodCopy<(Of <<'(T>)>>)
Returns a copy of the current object, including all relevent fields/properties, resulting in a semantically equivalent copy of the object. (which consequently passes an object.Equals(obj1, obj2) test).
(Inherited from ICopyable.)
Public methodCopyFrom
Copies all relevant fields/properties from the target object to the current one.
(Inherited from ICopyable.)
Public methodGetService(Type)
Gets the service object of the specified type.
(Inherited from IServiceProvider.)
Public methodGetService(String) (Inherited from IServiceProvider.)
Public methodGetService<(Of <<'(T>)>>)()()()() (Inherited from IServiceProvider.)
Public methodGetService<(Of <<'(T>)>>)(String) (Inherited from IServiceProvider.)
Public methodOnLoaded
Fires the Loaded event.
(Inherited from ILoadable.)
Public methodRemoveChild
Removes a child object from the current object.
(Inherited from ICalendarObject.)
Public methodRemoveService(String) (Inherited from IServiceProvider.)
Public methodRemoveService(Type) (Inherited from IServiceProvider.)
Public methodSetService(Object) (Inherited from IServiceProvider.)
Public methodSetService(String, Object) (Inherited from IServiceProvider.)

See Also