log4net SDK Reference

RollingFileAppender.NextCheckDate Method 

[This is preliminary documentation and subject to change.]

Roll on to the next interval after the date passed

[Visual Basic]
Protected Function NextCheckDate( _
   ByVal currentDateTime As Date, _
   ByVal rollPoint As RollPoint _
) As Date
[C#]
protected DateTime NextCheckDate(
   DateTime currentDateTime,
   RollPoint rollPoint
);

Parameters

currentDateTime
the current date
rollPoint
the type of roll point we are working with

Return Value

the next roll point an interval after the currentDateTime date

Remarks

Advances the date to the next roll point after the currentDateTime date passed to the method.

See Also

RollingFileAppender Class | log4net.Appender Namespace