MessageGetElementAsDatetime Method (String) |
Returns the value of the element having the specified name as
a Datetime value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public abstract Datetime GetElementAsDatetime(
string name
)
Public MustOverride Function GetElementAsDatetime (
name As String
) As Datetime
public:
virtual Datetime^ GetElementAsDatetime(
String^ name
) abstract
abstract GetElementAsDatetime :
name : string -> Datetime
Parameters
- name
- Type: SystemString
An element name.
Return Value
Type:
DatetimeThe value of the element having specified name as a Datetime
value.
Exceptions Remarks See Also