MessageGetElementAsDatetime Method (String) |
Note: This API is now obsolete.
Returns the value of the element having the specified name as
a Datetime value.
Deprecated, use
GetElementAsDatetime(Name) instead.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.2.1
Syntax [ObsoleteAttribute("Deprecated, use GetElementAsDatetime(Name) instead.")]
public abstract Datetime GetElementAsDatetime(
string name
)
<ObsoleteAttribute("Deprecated, use GetElementAsDatetime(Name) instead.")>
Public MustOverride Function GetElementAsDatetime (
name As String
) As Datetime
public:
[ObsoleteAttribute(L"Deprecated, use GetElementAsDatetime(Name) instead.")]
virtual Datetime^ GetElementAsDatetime(
String^ name
) abstract
[<ObsoleteAttribute("Deprecated, use GetElementAsDatetime(Name) instead.")>]
abstract GetElementAsDatetime :
name : string -> Datetime
Parameters
- name
- Type: SystemString
An element name.
Return Value
Type:
DatetimeThe value of the element having specified name as a Datetime
value.
Exceptions Remarks See Also