Constructs a new interval.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	lowerBound As DateTime, _
	upperBound As DateTime _
)
C#
public DateTimeInterval (
	DateTime lowerBound,
	DateTime upperBound
)
C++
public:
DateTimeInterval (
	DateTime lowerBound, 
	DateTime upperBound
)

Parameters

lowerBound (System.DateTime)
DateTime value that specifies the lower bound of the interval.
upperBound (System.DateTime)
DateTime value that specifies the upper bound of the interval.