3 references to SecondsPerDay
System (3)
services\monitoring\system\diagnosticts\EventLogInternal.cs (3)
94
private const int DefaultRetention = 7*
SecondsPerDay
;
437
return (int) (((double) retention) /
SecondsPerDay
);
1257
retentionvalue = (long) retentionDays *
SecondsPerDay
;