2 references to DaysTo10000
mscorlib (2)
system\datetime.cs (2)
91
internal const long MaxTicks =
DaysTo10000
* TicksPerDay - 1;
92
private const long MaxMillis = (long)
DaysTo10000
* MillisPerDay;