2 references to MinTime
System.Data (2)
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (2)
173if (dayTicks < MinDay || dayTicks > MaxDay || timeTicks < MinTime || timeTicks > MaxTime) { 230if (daypart < MinDay || daypart > MaxDay || timepart < MinTime || timepart > MaxTime) {