2 references to SecondsPerDay
System.Diagnostics.EventLog (2)
System\Diagnostics\EventLogInternal.cs (2)
318return (int)(((double)retention) / SecondsPerDay); 1045retentionvalue = (long)retentionDays * SecondsPerDay;