Click or drag to resize

SphinxTimestamp(Int32) Constructor

Initializes a new instance of the SphinxTimestamp struct.

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

Parameters

unixTimestamp  Int32
The unix timestamp.
See Also