2 references to GetI4
System.Messaging (2)
System\Messaging\MessageQueue.cs (2)
482
this.createTime = time.AddSeconds(properties.
GetI4
(NativeMethods.QUEUE_PROPID_CREATE_TIME)).ToLocalTime();
795
this.lastModifyTime = time.AddSeconds(properties.
GetI4
(NativeMethods.QUEUE_PROPID_MODIFY_TIME)).ToLocalTime();