Click or drag to resize

CSVInputAdapterSpecIsUsingTimeSpanEvents Property

Gets or sets a value indicating whether this instance is using time span events.

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

Property Value

Type: Boolean
true if this instance is using time span events; otherwise, false.
See Also