3 references to ToDateTime
System.ServiceModel (3)
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (1)
294DateTime lastMoveTime = MsmqDateTime.ToDateTime(handler.retryQueueMessage.LastMoveTime.Value);
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (2)
91property.ArrivedTime = MsmqDateTime.ToDateTime(this.arrivedTime.Value).ToLocalTime(); 110property.SentTime = MsmqDateTime.ToDateTime(this.sentTime.Value).ToLocalTime();