CalendarExceptionCollection
CalendarExceptionCollection class
Represents a collection of CalendarException objects.
Methods
| Name | Description |
|---|---|
| Add | Adds CalendarException instance to this collection object. |
| AddRange | Adds range of exceptions to the internal list. |
| Clear | Removes all items from the CalendarExceptionCollection . |
| get_Count | Gets the number of objects contained in this CalendarExceptionCollection object. |
| get_ParentCalendar | Gets the parent calendar for this object. |
| GetEnumerator | Returns an enumerator for this collection. |
| idx_get | Returns the element at the specified index. |
| idx_set | Returns the element at the specified index. |
| Remove | Removes CalendarException instance from this collection. |
| ToList | Converts the CalendarExceptionCollection object to a list of CalendarException objects. |