DateTimeInterval.Width Property

Gets the width of the interval.

Definition

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

Property Value

TimeSpan
The width of the interval as a TimeSpan value.

See Also