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