Gets the date that the system began running.

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

Syntax

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

See Also