TimeIntervalT Properties |
The TimeIntervalT generic type exposes the following members.
Name | Description | |
---|---|---|
AcceptLeft |
Gets a MergeTimeIntervalDataCallbackT that simply accepts the data on the left-hand side.
| |
AcceptRight |
Gets a MergeTimeIntervalDataCallbackT that simply accepts the data on the right-hand side.
| |
Data |
Gets the user-defined data associated with this interval.
| |
Empty |
Gets an empty interval.
| |
IsEmpty |
Gets a value indicating whether the interval is empty.
Emptiness is defined as either the stop time comes before the start time, or the interval represents zero duration with exclusive endpoints.
To determine if the amount of time contained in an interval is zero,
convert to a duration using ToDuration and check for equality with Zero.
| |
IsStartIncluded |
Gets a value indicating whether the Start date is included in the interval.
| |
IsStopIncluded |
Gets a value indicating whether the Stop date is included in the interval.
| |
Start |
Gets the start date of the interval.
| |
Stop |
Gets the stop date of the interval.
|