Click or drag to resize
CalendarDayCollection Methods

The CalendarDayCollection type exposes the following members.

Methods
  Name Description
Public method Add
Adds a KaxCalendarDay object to the collection of CalendarDays.
Public method AddRange
Public method Clear
Removes all KaxCalendarDay objects in the collection of CalendarDays.
Public method Clone
Public method CloneInner
Public method Contains
Checks whether a specific KaxCalendarDay object is in the collection of CalendarDays.
Public method CopyTo(KaxCalendarDay)
Public method CopyTo(KaxCalendarDay, Int32)
Public method IndexOf
Returns a zero based index of a KaxCalendarDay object depending on the passed index.
Public method Insert
Adds a KaxCalendarDay object in the collection at the specified index.
Public method Remove
Deletes a KaxCalendarDay object from the collection.
Public method RemoveAt
Deletes the KaxCalendarDay 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 CalendarDayCollection using the IComparable implementation of each element.
Public method Sort(IComparer)
Sorts the elements in the entire CalendarDayCollection 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 CalendarDayCollection to a new Array of KaxCalendarDay elements.
Top
See Also