4 references to TicksPerDay
mscorlib (4)
system\globalization\gregoriancalendarhelper.cs (4)
247
int n = (int)(ticks /
TicksPerDay
);
327
return (GetAbsoluteDate(year, month, day)*
TicksPerDay
);
418
long ticks = DateToTicks(y, m, d) + (time.Ticks %
TicksPerDay
);
452
return ((DayOfWeek)((time.Ticks /
TicksPerDay
+ 1) % 7));