The IICalendarCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add |
Adds an item to the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'IICalendar>)>)>.) | |
Clear |
Removes all items from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'IICalendar>)>)>.) | |
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.) | |
Contains |
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
(Inherited from ICollection<(Of <(<'IICalendar>)>)>.) | |
CopyTo |
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
(Inherited from ICollection<(Of <(<'IICalendar>)>)>.) | |
GetEnumerator()()()() |
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'IICalendar>)>)>.) | |
GetEnumerator()()()() |
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.) | |
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.) Note
This will first Evaluate() the date range required in order to
determine the occurrences for the date provided, and then return
the occurrences.
| |
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.) Note
This will first Evaluate() the date range required in order to
determine the occurrences for the date provided, and then return
the occurrences.
| |
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.) | |
IndexOf |
Determines the index of a specific item in the IList<(Of <(<'T>)>)>.
(Inherited from IList<(Of <(<'IICalendar>)>)>.) | |
Insert |
Inserts an item to the IList<(Of <(<'T>)>)> at the specified index.
(Inherited from IList<(Of <(<'IICalendar>)>)>.) | |
Remove |
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'IICalendar>)>)>.) | |
RemoveAt |
Removes the IList<(Of <(<'T>)>)> item at the specified index.
(Inherited from IList<(Of <(<'IICalendar>)>)>.) |