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