Table of Contents

Class DateRange

Namespace
BlueM.Wave
Assembly
Wave.dll

Represents a date range with defined start and end dates

public class DateRange
Inheritance
DateRange
Inherited Members

Constructors

DateRange(DateTime, DateTime)

public DateRange(DateTime start, DateTime end)

Parameters

start DateTime
end DateTime

Fields

end

public DateTime end

Field Value

DateTime

start

public DateTime start

Field Value

DateTime

Properties

Length

public TimeSpan Length { get; }

Property Value

TimeSpan