4 references to ConvertTime
System.Messaging (4)
System\Messaging\MessageQueueCriteria.cs (4)
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));
260
restrictions.AddI4(NativeMethods.QUEUE_PROPID_MODIFY_TIME, Restrictions.PRGT,
ConvertTime
(this.modifiedAfter));
262
restrictions.AddI4(NativeMethods.QUEUE_PROPID_MODIFY_TIME, Restrictions.PRLE,
ConvertTime
(this.modifiedBefore));