Click or drag to resize
ElementGetValueAsTime Method
Returns the value of this element as a Time.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract Datetime GetValueAsTime()

Return Value

Type: Datetime
The value of this element as a Time.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionNumValues == 0.
InvalidConversionException The value of this element cannot be converted to a Time.
Remarks
Same as calling GetValueAsTime(0)
See Also