SqlEditor DateCellStyleFormat Property CleanCode C# Libraries v1.2.03 API
Gets or sets the date cell style format.

Namespace: CleanCode.SqlEditorControls
Assembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public string DateCellStyleFormat { get; set; }

Field Value

The date cell style format.
Remarks

Default is "g" which represents "MM/dd/yyyy HH:mm". Use, for example, "G" to add seconds to that. See OnlineStandard Date and Time Format Strings for details.
See Also