Click or drag to resize

TDengineResultPrecision Method

The precision of the timestamp field in the returned result set.

Namespace:  TDengineDriver
Assembly:  TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntax
C#
public static int ResultPrecision(
	IntPtr taos
)

Parameters

taos
Type: SystemIntPtr
Pointer returned by Connect(String, String, String, String, Int16) function.

Return Value

Type: Int32
0 for milliseconds, 1 for microseconds, and 2 for nanoseconds.
See Also