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