TimeSeries.Item (System.DateTime, OberMind.SearchOption) Property

Gets or sets the Double with the specified date time.
public double this[ 
DateTime dateTime
SearchOption option = SearchOption.ExactFirst 
] {get; set;}
This language is not supported or no code example is available.
public:  
property double Item[DateTime, SearchOption] { 
double get( 
DateTime dateTime
SearchOption option 
); 
void set( 
DateTime dateTime
SearchOption option
double value 
); 
}
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
SearchOption

The option.

Property Value

double

System.Double.

In this article

Definition