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