5 references to QUEUE_PROPID_CREATE_TIME
System.Messaging (5)
System\Messaging\MessageQueue.cs (3)
480
Properties.SetI4(NativeMethods.
QUEUE_PROPID_CREATE_TIME
, 0);
482
this.createTime = time.AddSeconds(properties.GetI4(NativeMethods.
QUEUE_PROPID_CREATE_TIME
)).ToLocalTime();
484
Properties.Remove(NativeMethods.
QUEUE_PROPID_CREATE_TIME
);
System\Messaging\MessageQueueCriteria.cs (2)
254
restrictions.AddI4(NativeMethods.
QUEUE_PROPID_CREATE_TIME
, Restrictions.PRGT, ConvertTime(this.createdAfter));
256
restrictions.AddI4(NativeMethods.
QUEUE_PROPID_CREATE_TIME
, Restrictions.PRLE, ConvertTime(this.createdBefore));