| 
            
              AdoOutputAdapterTimestampFormat Property
             | 
          
        
        
            Gets or sets the format used to output measurement timestamps to the data source.
            
        
        Namespace: AdoAdaptersAssembly: AdoAdapters (in AdoAdapters.dll) Version: 2.4.258-beta
Syntax<ConnectionStringParameterAttribute>
<DefaultValueAttribute("dd-MMM-yyyy HH:mm:ss.fff")>
Public Property TimestampFormat As String
	Get
	Set[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute("dd-MMM-yyyy HH:mm:ss.fff")>]
member TimestampFormat : string with get, setfunction get_TimestampFormat();
function set_TimestampFormat(value);
 View SourceProperty Value
String
See Also