Represents the Sphinx type timestamp.

Namespace: Gronewold.SphinxConnector
Assembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)

Syntax

C#
[SerializableAttribute]
public struct SphinxTimestamp : IOverridableType, 
	IUpdateableType, IFilterableType, IRangeFilterableType, ISphinxType, IComparable, 
	IEquatable<SphinxTimestamp>
Visual Basic
<SerializableAttribute> _
Public Structure SphinxTimestamp _
	Implements IOverridableType, IUpdateableType, IFilterableType, IRangeFilterableType,  _
	ISphinxType, IComparable, IEquatable(Of SphinxTimestamp)

See Also