  | StatsSettingsDateTimeFormat Property | 
            Gets and sets the default format for displaying datetimes.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static string DateTimeFormat { get; set; }Public Shared Property DateTimeFormat As String
	Get
	Set
public:
static property String^ DateTimeFormat {
	String^ get ();
	void set (String^ value);
}static member DateTimeFormat : string with get, set
Property Value
String
Remarks
            The default is "d".
            
See Also