7 references to MaxTime
System.Data.Common (7)
System\Data\SQLTypes\SQLDateTime.cs (7)
130if (timeticks > MaxTime) 133Debug.Assert(timeticks == MaxTime + 1); 160if (dayTicks < MinDay || dayTicks > MaxDay || timeTicks < MinTime || timeTicks > MaxTime) 223if (daypart < MinDay || daypart > MaxDay || timepart < MinTime || timepart > MaxTime) 251if (time > MaxTime) 254Debug.Assert(time == MaxTime + 1); 694public static readonly SqlDateTime MaxValue = new SqlDateTime(MaxDay, MaxTime);