Click or drag to resize
DateTimeCollection Class
Inheritance Hierarchy
SystemObject
  System.CollectionsCollectionBase
    Kettic.AspNet.Controls.Calendar.CollectionsDateTimeCollection

Namespace: Kettic.AspNet.Controls.Calendar.Collections
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class DateTimeCollection : CollectionBase, 
	IStateManager, IClientData

The DateTimeCollection type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAdd
Adds a DateTime object to the collection of CalendarDays.
Public methodAddRange
Public methodClear
Removes all DateTime objects in the collection of CalendarDays.
Public methodClone
Public methodCloneInner
Public methodContains
Checks whether a specific DateTime object is in the collection of CalendarDays.
Public methodCopyTo(DateTime)
Public methodCopyTo(Array, Int32)
Public methodCopyTo(DateTime, Int32)
Public methodIndexOf
Returns a zero based index of a DateTime object depending on the passed index.
Public methodInsert
Adds a DateTime object in the collection at the specified index.
Public methodRemove
Deletes a DateTime object from the collection.
Public methodRemoveAt
Deletes the DateTime object from the collection at the specified index.
Public methodRemoveRange
Public methodReverse
Reverses the order of the elements in the entire collection.
Public methodSelectRange
Public methodSort
Sorts the elements in the entire DateTimeCollection using the IComparable implementation of each element.
Public methodSort(IComparer)
Sorts the elements in the entire DateTimeCollection using the specified IComparer interface.
Public methodSort(Int32, Int32, IComparer)
Sorts the elements in the specified range using the specified IComparer interface.
Public methodToArray
Copies the elements of DateTimeCollection to a new Array of DateTime elements.
Top
Properties
  NameDescription
Public propertyItem
Returns a DateTime object depending on the passed index. Only integer and string indexes are valid.
Public propertyParentCalendar
Top
See Also