Click or drag to resize
Grid Solutions Framework

CsvExportAdapterTimestampFormat Property

Gets or sets the format of timestamps in the CSV exports.

Namespace: CsvAdapters
Assembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("yyyy-MM-dd HH:mm:ss.fffffff")]
public string TimestampFormat { get; set; }
View Source

Property Value

String
See Also