2 references to TicksPerHour
mscorlib (2)
system\globalization\calendar.cs (2)
43
internal const long TicksPerDay =
TicksPerHour
* 24;
445
return ((int)((time.Ticks /
TicksPerHour
) % 24));