Gets and sets the date format.

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

Syntax

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

Remarks

Set to null to restore the default.

See Also