Returns the value of this element at the specified index as a Datetime.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract Datetime GetValueAsDatetime( int index )
Public MustOverride Function GetValueAsDatetime ( index As Integer ) As Datetime
public: virtual Datetime^ GetValueAsDatetime( int index ) abstract
Parameters
- index (Int32)
- The index of the element whose value is requested.
Return Value
Datetime
The value of the element at the specified index as a Datetime.
The value of the element at the specified index as a Datetime.
Remarks
If the datatype of the element at the specified index is not Datetime,
this method attempts to convert it to a Datetime.
Exceptions
Exception | Condition |
---|---|
IndexOutOfRangeException |
index >= NumValues.
|
InvalidConversionException |
The value of the element at the
specified index cannot be converted to a Datetime.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1