2 references to DateDiffMillisecond
System.Data.Linq (2)
SqlClient\SqlMethods.cs (2)
389
return
DateDiffMillisecond
(startDate.Value, endDate.Value);
404
return
DateDiffMillisecond
(startDate.UtcDateTime, endDate.UtcDateTime);