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: 5.3.0
Syntax
public SphinxTimestamp(
	int unixTimestamp
)

Parameters

unixTimestamp
Type: SystemInt32
The unix timestamp.
See Also