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