Class DateTimeRange
Represents a period of time between two DateTime values.
Implements
Inherited Members
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public class DateTimeRange : Range<DateTime>, IEqualityComparer<Range<DateTime>>
Constructors
| Improve this Doc View SourceDateTimeRange(DateTime, DateTime)
Initializes a new instance of the DateTimeRange struct.
Declaration
public DateTimeRange(DateTime start, DateTime end)
Parameters
Type | Name | Description |
---|---|---|
DateTime | start | The start date of a time range. |
DateTime | end | The end date 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. |