DateTimeInterval.LowerBound Property

Gets the lower bound of the interval.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public DateTime LowerBound { get; }

Property Value

DateTime
The lower bound of the interval.

See Also