The C1CalendarDayCollection type exposes the following members.

Constructors

  Name Description
Public method C1CalendarDayCollection
Initialize a new instance of C1CalendarDayCollection.

Methods

  Name Description
Public method Add
Adds a CalendarDay to this collection.
Public method AddRange
Adds a range of CalendarDay to this collection.
Public method Clear
Clear this collection.
Public method Contains
Detects whether the CalendarDay is contained in this collection.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetEnumerator
Returns an enumerator that iterates through the CollectionBase instance.
(Inherited from CollectionBase.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf
Gets the index of a CalendarDay in this collection.
Public method Insert
Inserts a CalendarDay in this collection.
Public method Remove
Removes a CalendarDay from this collection.
Public method RemoveAt
Removes a C1CalendarDay from this collection at specified position.
Public method RemoveRange
Removes a range of CalendarDay in this collection.
Public method Reverse
Revers the order of CalendarDays in this collection.
Public method Sort()()()()
Sorts the CalendarDays in this collection.
Public method Sort(IComparer)
Sorts the CalendarDays in this collection.
Public method ToArray
Converts the collection to CalendarDay array.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property Capacity
Gets or sets the number of elements that the CollectionBase can contain.
(Inherited from CollectionBase.)
Public property Count
Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden.
(Inherited from CollectionBase.)
Public property Item
Indexer of this collection.

See Also