getCreationDateTime

 

public GregorianCalendar getCreationDateTime() throws MQException;

Gets the date and time that this queue was created.

Returns

  • the date and time.

Exceptions

  • MQException - if you call this method after you have closed the queue, to indicate that the queue is no longer accessible.


uj14620_