Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0 |
|
SimpleDateFormatter�Constructor�
Constructor
[Visual�Basic]
Public�Sub�New( _
���ByVal
format�As�
String�_
)
[C#]
public�SimpleDateFormatter(
���
string�
format);
Parameters
-
format
- The format string.
Remarks
Initializes a new instance of the SimpleDateFormatter class with the specified format string.
The format string must be compatible with the options that can be supplied to ToString.
See Also
SimpleDateFormatter Class | log4net.DateFormatter Namespace