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