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