Click or drag to resize
MessagePropertiesSetTimeReceived Method
Sets the time received property. The default timestamp is "unset", so attempting to retrieve the timestamp of a message with default properties will throw an exception.

Namespace:  Bloomberglp.Blpapi.Test
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.6.1
Syntax
public MessageProperties SetTimeReceived(
	DateTime timeReceived
)

Parameters

timeReceived
Type: SystemDateTime
Represents the timestamp of the received message.

Return Value

Type: MessageProperties
this
See Also