2 references to SecondsPerHour
System.Data.Common (1)
System\Data\SQLTypes\SQLDateTime.cs (1)
37private const int TicksPerHour = TicksPerSecond * (int)TimeSpan.SecondsPerHour;
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\TimeSpan.cs (1)
702long totalSeconds = (hour * SecondsPerHour)