The IICalendar type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddChild |
Adds a child object to the current object.
(Inherited from ICalendarObject.) |
![]() | ClearEvaluation |
Clears a previous evaluation, usually because one of the
key elements used for evaluation has changed
(Start, End, Duration, recurrence rules, exceptions, etc.).
(Inherited from IGetOccurrences.) |
![]() | Copy<(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.) |
![]() | CopyFrom |
Copies all relevant fields/properties from
the target object to the current one.
(Inherited from ICopyable.) |
![]() | Create<(Of <<'(T>)>>) |
Creates a new component, and adds it
to the calendar.
|
![]() | GetOccurrences(DateTime) | (Inherited from IGetOccurrences.) |
![]() | GetOccurrences(IDateTime) |
Returns all occurrences of this component that start on the date provided.
All components starting between 12:00:00AM and 11:59:59 PM will be
returned.
(Inherited from IGetOccurrences.)![]() |
![]() | GetOccurrences(DateTime, DateTime) | (Inherited from IGetOccurrences.) |
![]() | GetOccurrences(IDateTime, IDateTime) |
Returns all occurrences of this component that start within the date range provided.
All components occurring between startTime and endTime
will be returned.
(Inherited from IGetOccurrences.) |
![]() | GetOccurrences<(Of <<'(T>)>>)(DateTime) | (Inherited from IGetOccurrencesTyped.) |
![]() | GetOccurrences<(Of <<'(T>)>>)(IDateTime) |
Returns all occurrences of components of type T that start on the date provided.
All components starting between 12:00:00AM and 11:59:59 PM will be
returned.
(Inherited from IGetOccurrencesTyped.)![]() |
![]() | GetOccurrences<(Of <<'(T>)>>)(DateTime, DateTime) | (Inherited from IGetOccurrencesTyped.) |
![]() | GetOccurrences<(Of <<'(T>)>>)(IDateTime, IDateTime) |
Returns all occurrences of components of type T that start within the date range provided.
All components occurring between startTime and endTime
will be returned.
(Inherited from IGetOccurrencesTyped.) |
![]() | GetService(Type) |
Gets the service object of the specified type.
(Inherited from IServiceProvider.) |
![]() | GetService(String) | (Inherited from IServiceProvider.) |
![]() | GetService<(Of <<'(T>)>>)()()()() | (Inherited from IServiceProvider.) |
![]() | GetService<(Of <<'(T>)>>)(String) | (Inherited from IServiceProvider.) |
![]() | GetTimeZone |
Returns the time zone object that corresponds
to the provided TZID, or null of no matching
time zone could be found.
|
![]() | MergeWith |
Merges this object with another.
(Inherited from IMergeable.) |
![]() | OnLoaded |
Fires the Loaded event.
(Inherited from ILoadable.) |
![]() | RemoveChild |
Removes a child object from the current object.
(Inherited from ICalendarObject.) |
![]() | RemoveService(String) | (Inherited from IServiceProvider.) |
![]() | RemoveService(Type) | (Inherited from IServiceProvider.) |
![]() | SetService(Object) | (Inherited from IServiceProvider.) |
![]() | SetService(String, Object) | (Inherited from IServiceProvider.) |
Properties
Name | Description | |
---|---|---|
![]() | Calendar |
Returns the iCalendar that this object
is associated with.
(Inherited from ICalendarObject.) |
![]() | Children |
Returns a list of children of this object.
(Inherited from ICalendarObject.) |
![]() | Column |
Returns the column number where this calendar
object was found during parsing.
(Inherited from ICalendarObject.) |
![]() | Events |
Gets a list of Events contained in the calendar.
|
![]() | FreeBusy |
Gets a list of Free/Busy components contained in the calendar.
|
![]() | iCalendar | (Inherited from ICalendarObject.) |
![]() | IsLoaded |
Gets whether or not the object has been loaded.
(Inherited from ILoadable.) |
![]() | Journals |
Gets a list of Journal entries contained in the calendar.
|
![]() | Key | (Inherited from IKeyedObject<(Of <(<'T>)>)>.) |
![]() | Line |
Returns the line number where this calendar
object was found during parsing.
(Inherited from ICalendarObject.) |
![]() | Method |
Gets/sets the calendar method.
|
![]() | Name |
The name of the calendar object.
Every calendar object can be assigned
a name.
(Inherited from ICalendarObject.) |
![]() | Parent |
Returns the parent of this object.
(Inherited from ICalendarObject.) |
![]() | ProductID |
Gets/sets the product ID for the calendar.
|
![]() | Properties | (Inherited from ICalendarPropertyListContainer.) |
![]() | RecurrenceEvaluationMode |
Gets/sets the evaluation mode during recurrence
evaluation. Default is ThrowException.
|
![]() | RecurrenceRestriction |
Gets/sets the restriction on how evaluation of
recurrence patterns occurs within this calendar.
|
![]() | Scale |
Gets/sets the scale of the calendar.
|
![]() | TimeZones |
Gets a list of time zones contained in the calendar.
|
![]() | Todos |
Gets a list of To-do items contained in the calendar.
|
![]() | UniqueComponents |
Gets a list of unique components contained in the calendar.
|
![]() | Version |
Gets/sets the calendar version. Defaults to "2.0".
|
Events
Name | Description | |
---|---|---|
![]() | ChildAdded | (Inherited from ICalendarObject.) |
![]() | ChildRemoved | (Inherited from ICalendarObject.) |
![]() | Loaded |
An event that fires when the object has been loaded.
(Inherited from ILoadable.) |