Class DateTimeRange
- Namespace
- Cuemon
- Assembly
- Cuemon.Core.dll
Represents a period of time between two DateTime values.
public class DateTimeRange : Range<DateTime>, IEqualityComparer<Range<DateTime>>
- Inheritance
-
DateTimeRange
- Implements
- Inherited Members
Constructors
DateTimeRange(DateTime, DateTime)
Initializes a new instance of the DateTimeRange struct.
public DateTimeRange(DateTime start, DateTime end)
Parameters
Methods
ToString()
Returns a String that represents this instance.
public override string ToString()