2 references to TicksPerMinute
System.Data.Common (2)
System\Data\SQLTypes\SQLDateTime.cs (2)
127
int timeticks = hour * TicksPerHour + minute *
TicksPerMinute
+ second * TicksPerSecond +
690
public static readonly int SQLTicksPerMinute =
TicksPerMinute
;