MsmqIntegrationMessageProperty.SentTime Property

Definition

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

public:
 property Nullable<DateTime> SentTime { Nullable<DateTime> get(); };
public DateTime? SentTime { get; }
member this.SentTime : Nullable<DateTime>
Public ReadOnly Property SentTime As Nullable(Of DateTime)

Property Value

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

Remarks

The sent time is adjusted to the local time of the computer on which the message was created. This time zone can be different from those of the source and destination queues.

Applies to