System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / MessageQueue Class / CreateTime Property



Sample Template
CreateTime Property
Gets the time and date that the queue was created in Message Queuing.
Syntax
public DateTime CreateTime {get;}
public:
property DateTime CreateTime {
   DateTime get();
}
'Declaration
 
Public ReadOnly Property CreateTime As Date
 
'Usage
 
Dim instance As MessageQueue
Dim value As Date
 
value = instance.CreateTime

Property Value

A System.DateTime that represents the date and time at which the queue was created.
Exceptions
ExceptionDescription
An error occurred when accessing a Message Queuing method.
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