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