Gets the bar's end time.

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

Syntax

C#
public DateTime BarEndTime { get; private set; }
Visual Basic (Declaration)
Public Property BarEndTime As DateTime
Visual C++
public:
property DateTime BarEndTime {
	DateTime get ();
	void set (DateTime value);
}

See Also