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