The TimeInterval type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TimeInterval | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| CompareTo |
Compares this instance to a specified TimeInterval and returns an indication of their relative value.
| |
| Equals | Overloaded. | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from ValueType.) | |
| GetType | (Inherited from Object.) | |
| Intersect |
Returns a new TimeInterval object based on this TimeInterval so that it is completely included by a specified TimeInterval or null if this intersection is empty.
| |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from ValueType.) | |
| Union |
Returns a new TimeInterval object based on this TimeInterval so that it completely also includes a specified TimeInterval.
|
Properties
| Name | Description | |
|---|---|---|
| Duration |
Gets or sets the duration of the TimeInterval.
| |
| Finish |
Gets or sets the finish date and time of the TimeInterval.
| |
| Start |
Gets or sets the start date and time of the TimeInterval.
|