Date Time Interval Constructor
Constructs a new interval.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public DateTimeInterval(
DateTime lowerBound,
DateTime upperBound
)
Parameters
- lowerBound DateTime
- DateTime value that specifies the lower bound of the interval.
- upperBound DateTime
- DateTime value that specifies the upper bound of the interval.