Gets or sets the date cell style format.
Namespace: CleanCode.SqlEditorControlsAssembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
public string DateCellStyleFormat { get; set; }
public string DateCellStyleFormat { get; set; }
Public Property DateCellStyleFormat As String
Get
Set
Public Property DateCellStyleFormat As String
Get
Set
public:
property String^ DateCellStyleFormat {
String^ get ();
void set (String^ value);
}
public:
property String^ DateCellStyleFormat {
String^ get ();
void set (String^ value);
}
Field Value
The date cell style format.
Default is "g" which represents "MM/dd/yyyy HH:mm".
Use, for example, "G" to add seconds to that.
See
Standard Date
and Time Format Strings for details.