Click or drag to resize
ElementGetValueAsDate Method
Returns the value of this element as a Date.

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

Return Value

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