| 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
Syntaxpublic MessageProperties SetTimeReceived(
DateTime timeReceived
)
Public Function SetTimeReceived (
timeReceived As DateTime
) As MessageProperties
public:
MessageProperties^ SetTimeReceived(
DateTime timeReceived
)
member SetTimeReceived :
timeReceived : DateTime -> MessageProperties
Parameters
- timeReceived
- Type: SystemDateTime
Represents the timestamp of the received message.
Return Value
Type:
MessagePropertiesthis
See Also