4 references to FromDateTime
System.Data (4)
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (4)
115
this =
FromDateTime
(value);
370
return x.IsNull ? Null :
FromDateTime
(ToDateTime(x) + t);
375
return x.IsNull ? Null :
FromDateTime
(ToDateTime(x) - t);
643
SqlDateTime st =
FromDateTime
(dt);