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