Click or drag to resize

TimeInterval Properties

The TimeInterval type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberEmpty
Gets an empty interval.
Public propertyStatic memberInfinite
Gets an interval that represents the maximum possible span of time.
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