Click or drag to resize
CalendarViewCollectionSort Method
Sorts the elements in the CalendarViewCollection or a portion of it.
Overload List
  Name Description
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.
Top
See Also