Gets an array containing the bounds of the DateTimeScale.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function GetBounds As DateTime()
C#
public DateTime[] GetBounds ()
C++
public:
array<DateTime>^ GetBounds ()

Return Value

A DateTime array.

Remarks

This method always returns a new array instance. It should not be used inside a loop.