Constructs a new DateTimeScale using bins
of equal width.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ lowerBound As DateTime, _ upperBound As DateTime, _ unit As DateTimeUnit _ ) |
| C# |
|---|
public DateTimeScale ( DateTime lowerBound, DateTime upperBound, DateTimeUnit unit ) |
| C++ |
|---|
public: DateTimeScale ( DateTime lowerBound, DateTime upperBound, DateTimeUnit unit ) |
Parameters
- lowerBound (System.DateTime)
- The lower bound of the time scale.
- upperBound (System.DateTime)
- The upper bound of the time scale.
- unit (Extreme.Statistics.DateTimeUnit)
- A DateTimeUnit value that specifies the width of the intervals.