5 references to SqlDateTime
System.Data.Common (5)
System\Data\SQLTypes\SQLDateTime.cs (5)
142this = new SqlDateTime(dayticks, timeticks); 199this = new SqlDateTime(day, time); 261return new SqlDateTime(day, time); 693public static readonly SqlDateTime MinValue = new SqlDateTime(MinDay, 0); 694public static readonly SqlDateTime MaxValue = new SqlDateTime(MaxDay, MaxTime);