4 references to FromDateTime
System.Data.Common (4)
System\Data\SQLTypes\SQLDateTime.cs (4)
96
this =
FromDateTime
(value);
381
return x.IsNull ? Null :
FromDateTime
(ToDateTime(x) + t);
387
return x.IsNull ? Null :
FromDateTime
(ToDateTime(x) - t);
665
SqlDateTime st =
FromDateTime
(dt);