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