CloudQueueMessage.InsertionTime Property

Definition

Gets the time that the message was added to the queue.

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

Property Value

A DateTimeOffset indicating the time that the message was added to the queue.

Applies to