2 writes to createdAfter
System.Messaging (2)
System\Messaging\MessageQueueCriteria.cs (2)
62
this.
createdAfter
= value;
93
this.
createdAfter
= this.createdBefore;
5 references to createdAfter
System.Messaging (5)
System\Messaging\MessageQueueCriteria.cs (5)
54
return this.
createdAfter
;
63
if (this.filter.CreatedBefore && this.
createdAfter
> this.createdBefore)
64
this.createdBefore = this.
createdAfter
;
92
if (this.filter.CreatedAfter && this.
createdAfter
> this.createdBefore)
254
restrictions.AddI4(NativeMethods.QUEUE_PROPID_CREATE_TIME, Restrictions.PRGT, ConvertTime(this.
createdAfter
));