The C1DateCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1DateCollection |
Initialize a new instance of C1DateCollection.
|
Methods
Name | Description | |
---|---|---|
![]() |
Add(DateTime) |
Adds a C1Date object that wrapps the specified date in this collection.
|
![]() |
Add(C1Date) |
Adds a C1Date object in this collection.
|
![]() |
AddRange(array<C1Date>[]()[][]) |
Adds a range of C1Date objects.
|
![]() |
AddRange(DateTime, DateTime) |
Adds a range of C1Date objects that represents the dates.
|
![]() |
Clear |
Clears the collection.
|
![]() |
Clone |
Clone the C1DateCollection.
|
![]() |
Contains(DateTime) |
Determines whether the date is contained by one of wrapper in this collection.
|
![]() |
Contains(C1Date) |
Determines whether the C1Date 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(DateTime) |
Detects the index of C1Date object that represents the specified date.
|
![]() |
IndexOf(Object) |
Detects the index of C1Date object that represents the specified date.
|
![]() |
Insert |
Inserts the C1Date object in this collection.
|
![]() |
Remove |
Removes the C1Date object from the collection.
|
![]() |
RemoveAt |
Removes the C1Date object from the position.
|
![]() |
Sort()()()() |
Sorts the C1Date collection.
|
![]() |
Sort(IComparer) |
Sorts the C1Date collection by using the specified comparer.
|
![]() |
ToArray |
Converts the C1Date collection to 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.
|