The C1CalendarDayCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1CalendarDayCollection |
Initialize a new instance of C1CalendarDayCollection.
|
Methods
Name | Description | |
---|---|---|
![]() |
Add |
Adds a CalendarDay to this collection.
|
![]() |
AddRange |
Adds a range of CalendarDay to this collection.
|
![]() |
Clear |
Clear this collection.
|
![]() |
Contains |
Detects whether the CalendarDay is contained in this collection.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetEnumerator |
Returns an enumerator that iterates through the CollectionBase instance.
(Inherited from CollectionBase.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
IndexOf |
Gets the index of a CalendarDay in this collection.
|
![]() |
Insert |
Inserts a CalendarDay in this collection.
|
![]() |
Remove |
Removes a CalendarDay from this collection.
|
![]() |
RemoveAt |
Removes a C1CalendarDay from this collection at specified position.
|
![]() |
RemoveRange |
Removes a range of CalendarDay in this collection.
|
![]() |
Reverse |
Revers the order of CalendarDays in this collection.
|
![]() |
Sort()()()() |
Sorts the CalendarDays in this collection.
|
![]() |
Sort(IComparer) |
Sorts the CalendarDays in this collection.
|
![]() |
ToArray |
Converts the collection to CalendarDay array.
|
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
Capacity |
Gets or sets the number of elements that the CollectionBase can contain.
(Inherited from CollectionBase.) |
![]() |
Count |
Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden.
(Inherited from CollectionBase.) |
![]() |
Item |
Indexer of this collection.
|