The TimeInterval type exposes the following members.

Constructors

  NameDescription
TimeIntervalOverloaded.

Methods

  NameDescription
CompareTo
Compares this instance to a specified TimeInterval and returns an indication of their relative value.
EqualsOverloaded.
Finalize (Inherited from Object.)
GetHashCode (Inherited from ValueType.)
GetType (Inherited from Object.)
Intersect
Returns a new TimeInterval object based on this TimeInterval so that it is completely included by a specified TimeInterval or null if this intersection is empty.
MemberwiseClone (Inherited from Object.)
ToString (Inherited from ValueType.)
Union
Returns a new TimeInterval object based on this TimeInterval so that it completely also includes a specified TimeInterval.

Properties

  NameDescription
Duration
Gets or sets the duration of the TimeInterval.
Finish
Gets or sets the finish date and time of the TimeInterval.
Start
Gets or sets the start date and time of the TimeInterval.

See Also