Click or drag to resize

SphinxTimestamp  Conversion (DateTime to SphinxTimestamp)

Performs an implicit conversion from DateTime to SphinxTimestamp.

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

Parameters

value
Type: SystemDateTime
The value.

Return Value

Type: SphinxTimestamp
The result of the conversion.
Exceptions
ExceptionCondition
SphinxConversionException The value is too small or too big.
See Also