|
CsvExportAdapterTimestampFormat Property
|
Gets or sets the format of timestamps in the CSV exports.
Namespace: CsvAdaptersAssembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
[DefaultValueAttribute("yyyy-MM-dd HH:mm:ss.fffffff")]
public string TimestampFormat { get; set; }
<ConnectionStringParameterAttribute>
<DefaultValueAttribute("yyyy-MM-dd HH:mm:ss.fffffff")>
Public Property TimestampFormat As String
Get
Set
[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute("yyyy-MM-dd HH:mm:ss.fffffff")>]
member TimestampFormat : string with get, set
function get_TimestampFormat();
function set_TimestampFormat(value);
View SourceProperty Value
StringSee Also