5 references to SqlDateTime
System.Data.Common (5)
System\Data\SQLTypes\SQLDateTime.cs (5)
130this = new SqlDateTime(dayticks, timeticks); 187this = new SqlDateTime(day, time); 249return new SqlDateTime(day, time); 677public static readonly SqlDateTime MinValue = new SqlDateTime(s_minDay, 0); 678public static readonly SqlDateTime MaxValue = new SqlDateTime(s_maxDay, s_maxTime);