Constructs a TimeFreqency instance.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public TimeFrequency(
	TimeSpan barLength
)
Visual Basic (Declaration)
Public Sub New ( _
	barLength As TimeSpan _
)
Visual C++
public:
TimeFrequency(
	TimeSpan barLength
)

Parameters

barLength
Type: System..::.TimeSpan
TimeSpan representing the length of time for a complete bar.

See Also