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