NET Logging Library
DateFormat Property (BaseTarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > BaseTarget Class : DateFormat Property
The date format for the LogTime variable.
See the Date Format topic in the Basic Tasks Section of the Help File
Syntax
Public Overridable Property DateFormat As String
Dim instance As BaseTarget
Dim value As String
 
instance.DateFormat = value
 
value = instance.DateFormat
public virtual string DateFormat {get; set;}
public:
virtual property String^ DateFormat {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseTarget Class
BaseTarget Members