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: 5.3.0
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