ConstantGetValueAsDate Method |
Note: This API is now obsolete.
Gets the value of this Constant as a Datetime containing
only a date part if it can be converted.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.2.1
Syntax [ObsoleteAttribute("Deprecated since 3.2.1. Use GetValueAsDatetime() instead")]
public Datetime GetValueAsDate()
<ObsoleteAttribute("Deprecated since 3.2.1. Use GetValueAsDatetime() instead")>
Public Function GetValueAsDate As Datetime
public:
[ObsoleteAttribute(L"Deprecated since 3.2.1. Use GetValueAsDatetime() instead")]
Datetime^ GetValueAsDate()
[<ObsoleteAttribute("Deprecated since 3.2.1. Use GetValueAsDatetime() instead")>]
member GetValueAsDate : unit -> Datetime
Return Value
Type:
DatetimeExceptions See Also