Gets or sets the date format. Default value is "HH:mm:ss.fff"

Namespace: Dapfor.Net.Diagnostics
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public string DateFormat { get; set; }
Visual Basic
Public Property DateFormat As String
	Get
	Set
Visual C++
public:
property String^ DateFormat {
	String^ get ();
	void set (String^ value);
}
F#
member DateFormat : string with get, set

Property Value

Type: String
The date format.

See Also