A smart interval.
![]() | Finds a start time of the interval. An exception is thrown if the start time cannot be determined from the interval's current state. |
![]() | Finds a stop time of the interval. An exception is thrown if the stop time cannot be determined from the interval's current state. |
![]() | Returns a copy of the start epoch. Changes to the epoch will not affect the state of the interval. |
![]() | Returns a copy of the stop epoch. Changes to the epoch will not affect the state of the interval. |
![]() | Set the interval's start and the stop times changes the interval's state to explicit. Exception is thrown if specified start time is greater than stop time. |
![]() | Set the reference interval and changes the state to Implicit. |
![]() | Sets the interval's start and stop epochs as two smart epoch components. Exception is thrown if specified start time is greater than stop time. |
![]() | Sets the interval's start and stop epochs as explicit times. Exception is thrown if specified start time is greater than stop time. |
![]() | Sets a start of the interval using specified epoch component. |
![]() | Sets the interval's start epoch and the interval's duration. |
![]() | Sets the interval's start time and the interval's duration. |
![]() | Sets a stop of the interval using specified epoch component. |
![]() | The duration of the interval |
![]() | The reference interval used to compute start/stop times of this interval if the state of the interval is set to implicit. |
![]() | A state of the smart interval. |
Sets the start and stop epoch time with smart epochs.
[C#] | ![]() | |
---|---|---|
|
Configure the start and stop epoch time with smart epochs.
[C#] | ![]() | |
---|---|---|
|
Configure the smart interval epoch and the duration.
[C#] | ![]() | |
---|---|---|
|
Convert the start and stop times of the interval into a time.
[C#] | ![]() | |
---|---|---|
|
Sets the start and stop epoch time with smart epochs.
[Visual Basic .NET] | ![]() | |
---|---|---|
|
Configure the start and stop epoch time with smart epochs.
[Visual Basic .NET] | ![]() | |
---|---|---|
|
Configure the smart interval epoch and the duration.
[Visual Basic .NET] | ![]() | |
---|---|---|
|
Convert the start and stop times of the interval into a time.
[Visual Basic .NET] | ![]() | |
---|---|---|
|