| CalendarDayCollection Class |
Namespace: Kettic.AspNet.Controls.Calendar.Collections
The CalendarDayCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| CalendarDayCollection | ||
| CalendarDayCollection(KaxCalendar) | ||
| CalendarDayCollection(ArrayList, KaxCalendar) |
| Name | Description | |
|---|---|---|
| Add |
Adds a KaxCalendarDay object to the collection of CalendarDays.
| |
| AddRange | ||
| Clear |
Removes all KaxCalendarDay objects in the collection of CalendarDays.
| |
| Clone | ||
| CloneInner | ||
| Contains |
Checks whether a specific KaxCalendarDay object is in the collection of CalendarDays.
| |
| CopyTo(KaxCalendarDay) | ||
| CopyTo(KaxCalendarDay, Int32) | ||
| IndexOf |
Returns a zero based index of a KaxCalendarDay object depending on the passed index.
| |
| Insert |
Adds a KaxCalendarDay object in the collection at the specified index.
| |
| Remove |
Deletes a KaxCalendarDay object from the collection.
| |
| RemoveAt |
Deletes the KaxCalendarDay 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 CalendarDayCollection
using the IComparable implementation of each element.
| |
| Sort(IComparer) |
Sorts the elements in the entire CalendarDayCollection
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 CalendarDayCollection to a new
Array of KaxCalendarDay elements.
|
| Name | Description | |
|---|---|---|
| Item |
Returns a KaxCalendarDay object depending on the passed index.
Only integer and string indexes are valid.
| |
| ParentCalendar |