5 references to TicksPerDay
System.Data.Common (5)
System\Data\SQLTypes\SQLDateTime.cs (5)
48private const int MaxTime = TicksPerDay - 1; // = 25919999, 11:59:59:997PM 177int time = (int)((dblVal - day) * TicksPerDay); 183time += TicksPerDay; 185else if (time >= TicksPerDay) 196time -= TicksPerDay;