| ElementGetElementAsTime Method (String) |
Note: This API is now obsolete.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.21.0.1
Syntax[ObsoleteAttribute("Deprecated, use GetElementAsTime(Name) instead.")]
public abstract Datetime GetElementAsTime(
string name
)<ObsoleteAttribute("Deprecated, use GetElementAsTime(Name) instead.")>
Public MustOverride Function GetElementAsTime (
name As String
) As Datetimepublic:
[ObsoleteAttribute(L"Deprecated, use GetElementAsTime(Name) instead.")]
virtual Datetime^ GetElementAsTime(
String^ name
) abstract
[<ObsoleteAttribute("Deprecated, use GetElementAsTime(Name) instead.")>]
abstract GetElementAsTime :
name : string -> Datetime
Parameters
- name
- Type: SystemString
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