 | DFDateTimeColumnDateFormat Property |
Gets and sets the date format.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic string DateFormat { get; set; }
Public Property DateFormat As String
Get
Set
public:
property String^ DateFormat {
String^ get ();
void set (String^ value);
}
member DateFormat : string with get, set
Property Value
String
RemarksSet to null to restore the default.
See Also