CalendarExceptionCollection

CalendarExceptionCollection class

Represents a collection of CalendarException objects.

Methods

NameDescription
AddAdds CalendarException instance to this collection object.
AddRangeAdds range of exceptions to the internal list.
ClearRemoves all items from the CalendarExceptionCollection .
get_CountGets the number of objects contained in this CalendarExceptionCollection object.
get_ParentCalendarGets the parent calendar for this object.
GetEnumeratorReturns an enumerator for this collection.
idx_getReturns the element at the specified index.
idx_setReturns the element at the specified index.
RemoveRemoves CalendarException instance from this collection.
ToListConverts the CalendarExceptionCollection object to a list of CalendarException objects.