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