Click or drag to resize
SphinxTimestamp Constructor (Int32)
Initializes a new instance of the SphinxTimestamp struct.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public SphinxTimestamp(
	int unixTimestamp
)

Parameters

unixTimestamp
Type: SystemInt32
The unix timestamp.
See Also