| SphinxTimestamp Conversion (DateTime to SphinxTimestamp) |
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntax public static implicit operator SphinxTimestamp (
DateTime value
)
Public Shared Widening Operator CType (
value As DateTime
) As SphinxTimestamp
Parameters
- value
- Type: SystemDateTime
The value.
Return Value
Type:
SphinxTimestampThe result of the conversion.
Exceptions See Also