2 references to MillisPerHour
mscorlib (2)
system\timespan.cs (2)
56
private const int MillisPerDay =
MillisPerHour
* 24; // 86,400,000
225
return Interval(value,
MillisPerHour
);