ElementGetValueAsDate Method (Int32) |
Returns the value of this element at the specified index as a Date.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntax public abstract Datetime GetValueAsDate(
int index
)
Public MustOverride Function GetValueAsDate (
index As Integer
) As Datetime
public:
virtual Datetime^ GetValueAsDate(
int index
) abstract
abstract GetValueAsDate :
index : int -> Datetime
Parameters
- index
- Type: SystemInt32
The index of the element whose value is requested.
Return Value
Type:
DatetimeThe value of the element at the specified index as a Date.
Exceptions Remarks
If the datatype of the element at the specified index is not Date,
this method attempts to convert it to a Date.
See Also