| ElementGetElementAsTime Method (Name) |
Returns the value of the named sub-element as a Time.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.21.0.1
Syntaxpublic 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
The name of the required sub-element.
Return Value
Type:
DatetimeThe value of the named sub-element as a Time.
Exceptions| Exception | Condition |
|---|
| NotFoundException |
The named sub-element does not exist.
|
| InvalidConversionException |
The value of the named sub-element cannot be converted to a Time.
|
| NotSupportedException |
Called on non-complex type.
|
Remarks
See Also