Table of Contents

Class TimeRange

Namespace
Cuemon
Assembly
Cuemon.Core.dll

Represents a period of time between two System.TimeSpan values.

public class TimeRange : Range<TimeSpan>, IEqualityComparer<Range<TimeSpan>>
Inheritance
Object
Range<TimeSpan>
TimeRange
Implements
IEqualityComparer<Range<TimeSpan>>
Inherited Members

Constructors

TimeRange(TimeSpan, TimeSpan)

Initializes a new instance of the TimeRange struct.

public TimeRange(TimeSpan start, TimeSpan end)

Parameters

start TimeSpan

The start of a time range.

end TimeSpan

The end of a time range.

Methods

ToString()

Returns a System.String that represents this instance.

public override string ToString()

Returns

String

A System.String that represents this instance.