Constructs a TimeFreqency instance.
Namespace:
RightEdge.CommonAssembly: 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.