System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / Message Class / ArrivedTime Property



In This Topic
    ArrivedTime Property (Message)
    In This Topic
    Gets the time that the message arrived in the destination queue.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ArrivedTime As Date
    'Usage
     
    
    Dim instance As Message
    Dim value As Date
     
    value = instance.ArrivedTime
    public DateTime ArrivedTime {get;}
    public:
    property DateTime ArrivedTime {
       DateTime get();
    }

    Property Value

    A System.DateTime that represents the message's arrival time in the destination queue. The time is adjusted from GMT to the local time of the computer on which the destination queue resides.
    Exceptions
    ExceptionDescription
    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 ArrivedTime property.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also