Click or drag to resize
SphinxTimestamp  Conversion (SphinxTimestamp to DateTime)
Performs an implicit conversion from SphinxTimestamp to DateTime.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public static implicit operator DateTime (
	SphinxTimestamp value
)

Parameters

value
Type: SphinxConnector.NativeApiSphinxTimestamp
The value.

Return Value

Type: DateTime
The result of the conversion.
See Also