The TimeCellCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add(TimeCell) |
Adds a new TimeCell to the collection.
| |
Add(DateTime, DateTime) |
Adds a new TimeCell to the collection.
| |
Add(DateTime, DateTime, Int32) | ||
Clear | (Inherited from CollectionBase.) | |
Contains |
Determines whether the collection contains a specified TimeCell.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from CollectionBase.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf |
Determines the index of a specific item in the collection.
| |
Insert |
Inserts a new TimeCell at the specified position.
| |
MemberwiseClone | (Inherited from Object.) | |
OnClear | (Inherited from CollectionBase.) | |
OnClearComplete | (Inherited from CollectionBase.) | |
OnInsert | (Inherited from CollectionBase.) | |
OnInsertComplete | (Inherited from CollectionBase.) | |
OnRemove | (Inherited from CollectionBase.) | |
OnRemoveComplete | (Inherited from CollectionBase.) | |
OnSet | (Inherited from CollectionBase.) | |
OnSetComplete | (Inherited from CollectionBase.) | |
OnValidate | (Inherited from CollectionBase.) | |
Remove |
Removes a TimeCell from the collection.
| |
RemoveAt | (Inherited from CollectionBase.) | |
ToArrayList |
Converts TimeCellCollection to ArrayList.
| |
ToString | (Inherited from Object.) |