NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MessageQueue.CreateTime

Gets the time and date of the queue's creation.

[Visual Basic]
Overridable Public ReadOnly Property CreateTime As DateTime
[C#]
public DateTime CreateTime {virtual get;}
[C++]
public: __property virtual DateTime get_CreateTime();
[JScript]
public function get CreateTime() : DateTime;

Property Value

A DateTime that represents the date and time at which the queue was created. This refers to the MessageQueue object, not the Message Queuing backend queue object. The default is the current local time (adjusted from Greenwich Mean Time).

Exceptions

Exception Type Condition
MessageQueueException The attempt to get the creation time generated an internal error on the message queue component. The error is specified by the given status message. .

See Also

MessageQueue Class | MessageQueue Members | System.Messaging Namespace