Click or drag to resize
SphinxTimestamp Operators and Type Conversions

The SphinxTimestamp type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic memberGreaterThan
Implements the operator >.
Public operatorStatic memberGreaterThanOrEqual
Implements the operator >=.
Public operatorStatic member(DateTime to SphinxTimestamp)
Performs an implicit conversion from DateTime to SphinxTimestamp.
Public operatorStatic member(SphinxTimestamp to DateTime)
Performs an implicit conversion from SphinxTimestamp to DateTime.
Public operatorStatic memberInequality
Implements the operator !=.
Public operatorStatic memberLessThan
Implements the operator <.
Public operatorStatic memberLessThanOrEqual
Implements the operator <=.
Top
See Also