ElementGetValueAsDate Method |
Returns the value of this element as a Date.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax public abstract Datetime GetValueAsDate()
Public MustOverride Function GetValueAsDate As Datetime
public:
virtual Datetime^ GetValueAsDate() abstract
abstract GetValueAsDate : unit -> Datetime
Return Value
Type:
DatetimeThe value of this element as a Date.
Exceptions Remarks
Same as calling GetValueAsDate(0).
See Also