5 references to ToDateTime
System.Data (5)
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (5)
302
return
ToDateTime
(this);
335
return
ToDateTime
(x);
342
DateTime dateTime =
ToDateTime
(this);
370
return x.IsNull ? Null : FromDateTime(
ToDateTime
(x) + t);
375
return x.IsNull ? Null : FromDateTime(
ToDateTime
(x) - t);