CalendarCollection
CalendarCollection class
Represents a collection of Calendar objects.
Methods
| Name | Description |
|---|---|
| Add (2 overloads) | Adds a new base calendar to this CalendarCollection object and returns added calendar. |
| get_Count | Gets the number of objects contained in this CalendarCollection object. |
| GetByName | Returns a calendar with the specified name. |
| GetByUid | Returns a calendar with the specified UID. |
| GetEnumerator | Returns an enumerator for this collection. |
| Remove | Removes Calendar from Project CalendarCollection . |
| ToList | Converts the CalendarCollection object to a list of Calendar objects. |