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