ElementSetValue Method (Datetime) |
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
)
Public MustOverride Sub SetValue (
value As Datetime
)
public:
virtual void SetValue(
Datetime^ value
) abstract
abstract SetValue :
value : Datetime -> unit
Parameters
- value
- Type: Bloomberglp.BlpapiDatetime
The value for this element.
Exceptions Remarks See Also