Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

DateTimeDateFormatter Class

Formats a DateTime as "dd MMM yyyy HH:mm:ss,fff"

For a list of all members of this type, see DateTimeDateFormatter Members.

System.Object
���log4net.DateFormatter.AbsoluteTimeDateFormatter
������log4net.DateFormatter.DateTimeDateFormatter

[Visual�Basic]
Public�Class�DateTimeDateFormatter
����Inherits�AbsoluteTimeDateFormatter
[C#]
public�class�DateTimeDateFormatter : AbsoluteTimeDateFormatter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Formats a DateTime in the format "dd MMM yyyy HH:mm:ss,fff" for example, "06 Nov 1994 15:49:37,459".

Requirements

Namespace: log4net.DateFormatter

Assembly: log4net (in log4net.dll)

See Also

DateTimeDateFormatter Members | log4net.DateFormatter Namespace