 | SphinxTimestamp Conversion (DateTime to SphinxTimestamp) |
Namespace: SphinxConnector.NativeApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic 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