Show / Hide Table of Contents

Class TimeRange

Represents a period of time between two TimeSpan values.

Inheritance
Object
Range<TimeSpan>
TimeRange
Implements
IEqualityComparer<Range<TimeSpan>>
Inherited Members
Range<TimeSpan>.Start
Range<TimeSpan>.End
Range<TimeSpan>.Duration
Range<TimeSpan>.ToString(String, IFormatProvider)
Range<TimeSpan>.Equals(Range<TimeSpan>, Range<TimeSpan>)
Range<TimeSpan>.GetHashCode(Range<TimeSpan>)
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public class TimeRange : Range<TimeSpan>, IEqualityComparer<Range<TimeSpan>>

Constructors

| Improve this Doc View Source

TimeRange(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 Source

ToString()

Returns a String that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
String

A String that represents this instance.

Overrides
Object.ToString()

Implements

System.Collections.Generic.IEqualityComparer<T>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX