The TimeIntervalBandCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TimeIntervalBandCollection | Overloaded. |
Methods
Name | Description | |
---|---|---|
Add |
Adds a time interval band to the collection.
| |
AddRange |
Adds multiple time interval bands to the collection.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDateTime |
Gets the date and time of a specified position in the time interval band collection.
| |
GetEnumerator |
Enumerates the time interval bands in the collection.
| |
GetHashCode | (Inherited from Object.) | |
GetPosition |
Gets the position of a specified date and time in the time interval band collection.
| |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Ascending |
Enumerates the time interval bands in the collection in ascending order.
| |
Count |
Gets the count of time interval bands that are currently in the collection.
| |
Descending |
Enumerates the time interval bands in the collection in descending order.
| |
Finish |
Gets the finish date and time of the time interval band collection.
| |
Item |
Gets the time interval band at the specified index.
| |
Left |
Gets the left position of the time interval band collection.
| |
Right |
Gets the right position of the time interval band collection.
| |
Start |
Gets the start date and time of the time interval band collection.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable..::.GetEnumerator |
Enumerates the time interval bands in the collection.
|