Sets the current partial bar's start time.

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

Syntax

C#
public void SetBarStartTime(
	DateTime barStartTime
)
Visual Basic (Declaration)
Public Sub SetBarStartTime ( _
	barStartTime As DateTime _
)
Visual C++
public:
void SetBarStartTime(
	DateTime barStartTime
)

Parameters

barStartTime
Type: System..::.DateTime
DateTime containing the start time.

See Also