Bloomberg API for .NET
GetValueAsDatetime Method (index)
NamespacesBloomberglp.BlpapiElementGetValueAsDatetime(Int32)
Returns the value of this element at the specified index as a Datetime.
Declaration Syntax
C#Visual BasicVisual 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.
Remarks
If the datatype of the element at the specified index is not Datetime, this method attempts to convert it to a Datetime.
Exceptions
ExceptionCondition
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.8.10.1