RequestSet Method (String, Datetime) |
Sets the element of this request having the specified name to the
specified value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax void Set(
string name,
Datetime elementValue
)
Sub Set (
name As String,
elementValue As Datetime
)
void Set(
String^ name,
Datetime^ elementValue
)
abstract Set :
name : string *
elementValue : Datetime -> unit
Parameters
- name
- Type: SystemString
- elementValue
- Type: Bloomberglp.BlpapiDatetime
Remarks See Also