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