1 write to sentTime
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
67
this.
sentTime
= new IntProperty(this, UnsafeNativeMethods.PROPID_M_SENTTIME);
1 reference to sentTime
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
110
property.SentTime = MsmqDateTime.ToDateTime(this.
sentTime
.Value).ToLocalTime();