Bloomberg API for .NET
GetValueAsDate Method (index)
NamespacesBloomberglp.BlpapiElementGetValueAsDate(Int32)
Returns the value of this element at the specified index as a Date.
Declaration Syntax
C#Visual BasicVisual C++
public abstract Datetime GetValueAsDate(
	int index
)
Public MustOverride Function GetValueAsDate ( 
	index As Integer
) As Datetime
public:
virtual Datetime^ GetValueAsDate(
	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 Date.
Remarks
If the datatype of the element at the specified index is not Date, this method attempts to convert it to a Date.
Exceptions
ExceptionCondition
IndexOutOfRangeException index >= NumValues.
InvalidConversionException The value of the element at the specified index cannot be converted to a Date.

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1