BarSeries.Item (System.DateTime, OberMind.IndexOption) Property

Gets the Bar with the specified date time.
public Bar this[ 
DateTime dateTime
IndexOption option = IndexOption.Null 
] {get;}
This language is not supported or no code example is available.
public:  
property Bar^ Item[DateTime, IndexOption] { 
Bar^ get( 
DateTime dateTime
IndexOption option 
); 
}
This language is not supported or no code example is available.
JScript suports the use of indexed properties, but not the declaration of new ones.
This language is not supported or no code example is available.

Parameters

dateTime
DateTime

The date time.

option
IndexOption

The option.

Property Value

Bar

Bar.

In this article

Definition