Gets the bar's start time.

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

Syntax

C#
public DateTime BarStartTime { get; }
Visual Basic (Declaration)
Public ReadOnly Property BarStartTime As DateTime
Visual C++
public:
property DateTime BarStartTime {
	DateTime get ();
}

See Also