ElementAppendValue Method (Datetime) |
Appends the specified value to this array element.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax public abstract void AppendValue(
Datetime value
)
Public MustOverride Sub AppendValue (
value As Datetime
)
public:
virtual void AppendValue(
Datetime^ value
) abstract
abstract AppendValue :
value : Datetime -> unit
Parameters
- value
- Type: Bloomberglp.BlpapiDatetime
The appended value.
Exceptions Exception | Condition |
---|
NotSupportedException |
Called on a non-array or the elment is read-only.
|
InvalidConversionException |
The specified value cannot be converted to data type of the array.
|
See Also