Click or drag to resize
TimeInterval Class
Represents an interval of time (inclusive). Having a Start and End time.
Inheritance Hierarchy
SystemObject
  StreamCodersTimeInterval

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class TimeInterval

The TimeInterval type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDuration
Duration of time interval. Defined as Duration = End - Start. Conversely when set, End = Start + Duration.
Public propertyEnd
End of interval.
Public propertyStart
Start of interval.
Top
Methods
  NameDescription
Public methodCompare
Compares interval to relative time (compareTo) with a lower bound and upper bound threshold.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also