TimeInterval Class |
Namespace: StreamCoders
The TimeInterval type exposes the following members.
Name | Description | |
---|---|---|
![]() | TimeInterval |
Default constructor.
|
![]() | TimeInterval(Double, Double) |
Constructor.
|
![]() | TimeInterval(TimeSpan, TimeSpan) |
Constructor.
|
Name | Description | |
---|---|---|
![]() | Duration |
Duration of time interval. Defined as Duration = End - Start. Conversely when set, End =
Start + Duration.
|
![]() | End |
End of interval.
|
![]() | Start |
Start of interval.
|
Name | Description | |
---|---|---|
![]() | Compare |
Compares interval to relative time (compareTo) with a lower bound and upper bound
threshold.
|
Name | Description | |
---|---|---|
![]() | Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) |
![]() | Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |