| IMessageFormatterAppendValue Method (Datetime) |
Appends the specified
value to the element
on which this
IMessageFormatter is operating.
Namespace:
Bloomberglp.Blpapi.Test
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.6.1
Syntaxvoid AppendValue(
Datetime value
)
Sub AppendValue (
value As Datetime
)
void AppendValue(
Datetime^ value
)
abstract AppendValue :
value : Datetime -> unit
Parameters
- value
- Type: Bloomberglp.BlpapiDatetime
Exceptions| Exception | Condition |
|---|
| NotSupportedException |
Thrown when the message is flat or the current element to which
value is appended is not an array.
|
| ArgumentNullException |
Thrown when value is null.
|
See Also