The TimeInterval type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TimeInterval(DateTime, DateTime) |
Initializes a new TimeInterval instance.
| |
| TimeInterval(DateTime, TimeSpan) |
Initializes a new TimeInterval instance.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Duration |
Gets the absolute duration of the current time interval (difference between Finish and Start values).
| |
| Finish |
Gets the finish date and time of the current time interval.
| |
| Start |
Gets the start date and time of the current time interval.
|