Click or drag to resize
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.12.5.1
Syntax
[ObsoleteAttribute("Deprecated since 3.2.1. Use GetValueAsDatetime() instead")]
public Datetime GetValueAsTime()

Return Value

Type: Datetime
Exceptions
ExceptionCondition
InvalidConversionException The value of this Constant cannot be converted to a Time.
See Also