| 
            
              CsvFrameCollectorAdapterTimestampFormat Property
             | 
          
        
        
            Gets or sets the format of timestamps in the CSV exports.
            
        
        Namespace: CsvAdaptersAssembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.258-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, setfunction get_TimestampFormat();
function set_TimestampFormat(value);
 View SourceProperty Value
String
See Also