|
AdoInputAdapterTimestampFormat Property
|
Gets or sets the format used to read measurements from the data source.
Namespace: AdoAdaptersAssembly: AdoAdapters (in AdoAdapters.dll) Version: 2.4.207-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, set
function get_TimestampFormat();
function set_TimestampFormat(value);
View SourceProperty Value
StringSee Also