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