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