AbsoluteTimeDateFormatter FormatDateWithoutMillis Method Apache log4net™ SDK Documentation
Renders the date into a string. Format is "HH:mm:ss".

Namespace: log4net.DateFormatter
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

protected virtual void FormatDateWithoutMillis(
	DateTime dateToFormat,
	StringBuilder buffer
)
Remarks

Subclasses should override this method to render the date into a string using a precision up to the second. This method will be called at most once per second and the result will be reused if it is needed again during the same second.

See Also