Click or drag to resize

TimeIntervalT Properties

The TimeIntervalT generic type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAcceptLeft
Public propertyStatic memberAcceptRight
Public propertyData
Gets the user-defined data associated with this interval.
Public propertyStatic memberEmpty
Gets an empty interval.
Public propertyIsEmpty
Gets a value indicating whether or not 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 probe if the amount of time contained in an interval is zero, convert to a duration using ToDuration and check for equality with Zero.
Public propertyIsStartIncluded
Gets a value indicating whether or not the Start date is included in the interval.
Public propertyIsStopIncluded
Gets a value indicating whether or not the Stop date is included in the interval.
Public propertyStart
Gets the start date of the interval.
Public propertyStop
Gets the stop date of the interval.
Top
See Also