Click or drag to resize

CSVInputAdapterSpecTimestampColumn Property

Gets or sets the timestamp column name.

Namespace:  com.espertech.esperio.csv
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public string TimestampColumn { get; set; }

Return Value

Type: String
the name of the column to use for timestamps
See Also