Message.SentTime Property

Definition

Gets the date and time on the sending computer that the message was sent by the source queue manager.

public:
 property DateTime SentTime { DateTime get(); };
[System.Messaging.MessagingDescription("MsgSentTime")]
public DateTime SentTime { get; }
[<System.Messaging.MessagingDescription("MsgSentTime")>]
member this.SentTime : DateTime
Public ReadOnly Property SentTime As DateTime

Property Value

A DateTime that represents the time the message was sent.

Attributes

Exceptions

The message has not been sent. This property can only be read on messages retrieved from a queue.

-or-

The message queue is filtered to ignore the SentTime property.

Examples

The following code example displays the value of a message's SentTime property.

Remarks

The SentTime property is adjusted to the local time of the computer on which this instance of the Message class was created. This time zone could be different from those of the source and destination queues.

Applies to