Removes the bar with specified time stamp from this series


Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)

Syntax

Visual Basic (Declaration)
Public Sub Remove( _ 
   ByVal dateTime As Date _ 
)
C#
public void Remove(
   DateTime dateTime
)
C++
public:
 void Remove(
   DateTime dateTime
) sealed 
J#
public void Remove(
   DateTime dateTime
)
JScript
public  function Remove(
   dateTime : DateTime
)

Parameters

dateTime

See Also