5 references to SQLTicksPerDay
System.Data (5)
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (5)
76private static readonly int MaxTime = SQLTicksPerDay - 1; // = 25919999, 11:59:59:997PM 188int time = (int)((dblVal - day) * SQLTicksPerDay); 193time += SQLTicksPerDay; 195else if (time >= SQLTicksPerDay) { 205time -= SQLTicksPerDay;