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