ElementSetValue Method (Datetime, Int32) |
Sets the value of this element to the specified value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntax public abstract void SetValue(
Datetime value,
int index
)
Public MustOverride Sub SetValue (
value As Datetime,
index As Integer
)
public:
virtual void SetValue(
Datetime^ value,
int index
) abstract
abstract SetValue :
value : Datetime *
index : int -> unit
Parameters
- value
- Type: Bloomberglp.BlpapiDatetime
The value for this element.
- index
- Type: SystemInt32
For a non-array, index can only be 0.
For an array, index is in the range of the array.
Exceptions See Also