Returns the value of the element having the specified name as
a Datetime value.
| C# | Visual Basic | Visual C++ |
public abstract Datetime GetElementAsDatetime( Name name )
Public MustOverride Function GetElementAsDatetime ( name As Name ) As Datetime
public: virtual Datetime^ GetElementAsDatetime( Name^ name ) abstract
- name (Name)
- An element name.
Datetime
The value of the element having specified name as a Datetime value.
The value of the element having specified name as a Datetime value.
Same as calling AsElement.
GetElementAsDatetime(name)
| Exception | Condition |
|---|---|
| NotFoundException |
This message does not contain an element having the specified name.
|
| InvalidConversionException |
The value is not convertible to
a Datetime value.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1