Returns the value of the named sub-element as a Date.
| C# | Visual Basic | Visual C++ |
public abstract Datetime GetElementAsDate( string name )
Public MustOverride Function GetElementAsDate ( name As String ) As Datetime
public: virtual Datetime^ GetElementAsDate( String^ name ) abstract
- name (String)
- The name of the required sub-element.
Datetime
The value of the named sub-element as a Date.
The value of the named sub-element as a Date.
Same as calling GetElement(name).
GetValueAsDate().
| Exception | Condition |
|---|---|
| NotFoundException |
The named sub-element does not exist.
|
| InvalidConversionException |
The value of the named sub-element cannot be converted to a Date.
|
| NotSupportedException |
Called on non-complex type.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1