TimeSeries.Contains Method

Determines whether [contains] [the specified date time].
public bool Contains( 
DateTime dateTime 
)
This language is not supported or no code example is available.
public:  
bool Contains( 
DateTime dateTime 
)
This language is not supported or no code example is available.
public function Contains( 
dateTime : DateTime 
) : boolean;
This language is not supported or no code example is available.

Parameters

dateTime
DateTime

The date time.

Return Value

bool

true if [contains] [the specified date time]; otherwise, false.

In this article

Definition