Click or drag to resize
CalendarViewCollection Methods

The CalendarViewCollection type exposes the following members.

Methods
  Name Description
Public method Add
Adds a CalendarView object to the collection of CalendarDays.
Public method AddRange
Public method Clear
Removes all CalendarView objects in the collection of CalendarDays.
Public method Clone
Public method CloneInner
Public method Contains
Checks whether a specific CalendarView object is in the collection of CalendarDays.
Public method CopyTo(CalendarView)
Public method CopyTo(CalendarView, Int32)
Public method IndexOf
Returns a zero based index of a CalendarView object depending on the passed index.
Public method Insert
Adds a CalendarView object in the collection at the specified index.
Public method Remove
Deletes a CalendarView object from the collection.
Public method RemoveAt
Deletes the CalendarView object from the collection at the specified index.
Public method RemoveRange
Public method Reverse
Reverses the order of the elements in the entire collection.
Public method Sort
Sorts the elements in the entire CalendarViewCollection using the IComparable implementation of each element.
Public method Sort(IComparer)
Sorts the elements in the entire CalendarViewCollection using the specified IComparer interface.
Public method Sort(Int32, Int32, IComparer)
Sorts the elements in the specified range using the specified IComparer interface.
Public method ToArray
Copies the elements of CalendarViewCollection to a new Array of CalendarView elements.
Top
See Also