MsmqIntegrationMessageProperty.SentTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.