4 references to FromDateTime
System.Data.Common (4)
System\Data\SQLTypes\SQLDateTime.cs (4)
84
this =
FromDateTime
(value);
369
return x.IsNull ? Null :
FromDateTime
(ToDateTime(x) + t);
375
return x.IsNull ? Null :
FromDateTime
(ToDateTime(x) - t);
653
SqlDateTime st =
FromDateTime
(dt);