Class TimeRange
Represents a period of time between two TimeSpan values.
Implements
Inherited Members
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public class TimeRange : Range<TimeSpan>, IEqualityComparer<Range<TimeSpan>>
Constructors
| Improve this Doc View SourceTimeRange(TimeSpan, TimeSpan)
Initializes a new instance of the TimeRange struct.
Declaration
public TimeRange(TimeSpan start, TimeSpan end)
Parameters
Type | Name | Description |
---|---|---|
TimeSpan | start | The start of a time range. |
TimeSpan | end | The end of a time range. |
Methods
| Improve this Doc View SourceToString()
Returns a String that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | A String that represents this instance. |