DateTimeInterval.Width Property

Gets the width of the interval.

Definition

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

Property Value

TimeSpan
The width of the interval as a TimeSpan value.

See Also