7 references to MaxTime
System.Data (7)
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (7)
144if (timeticks > MaxTime) 147SQLDebug.Check(timeticks == MaxTime + 1); 173if (dayTicks < MinDay || dayTicks > MaxDay || timeTicks < MinTime || timeTicks > MaxTime) { 230if (daypart < MinDay || daypart > MaxDay || timepart < MinTime || timepart > MaxTime) { 255if (time > MaxTime) { 257SQLDebug.Check(time == MaxTime + 1); 670public static readonly SqlDateTime MaxValue = new SqlDateTime(MaxDay, MaxTime);