Gets and sets the default format for displaying datetimes.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public static string DateTimeFormat { get; set; }
Visual Basic (Declaration)
Public Shared Property DateTimeFormat As String
Visual C++
public:
static property String^ DateTimeFormat {
	String^ get ();
	void set (String^ value);
}

Remarks

The default is "d".

See Also