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;
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).
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. . |
MessageQueue Class | MessageQueue Members | System.Messaging Namespace