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