MessageGetElementAsDate Method (Name) |
Returns the value of the element having the specified name as
a Date value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntax public abstract Datetime GetElementAsDate(
Name name
)
Public MustOverride Function GetElementAsDate (
name As Name
) As Datetime
public:
virtual Datetime^ GetElementAsDate(
Name^ name
) abstract
abstract GetElementAsDate :
name : Name -> Datetime
Parameters
- name
- Type: Bloomberglp.BlpapiName
An element name.
Return Value
Type:
DatetimeThe value of the element having specified name as a Date
value.
Exceptions Remarks See Also