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