SphinxTimestamp Operators and Type Conversions |
The SphinxTimestamp type exposes the following members.
Name | Description | |
---|---|---|
Equality |
Implements the operator ==.
| |
GreaterThan |
Implements the operator >.
| |
GreaterThanOrEqual |
Implements the operator >=.
| |
(DateTime to SphinxTimestamp) |
Performs an implicit conversion from DateTime to SphinxTimestamp.
| |
(SphinxTimestamp to DateTime) |
Performs an implicit conversion from SphinxTimestamp to DateTime.
| |
Inequality |
Implements the operator !=.
| |
LessThan |
Implements the operator <.
| |
LessThanOrEqual |
Implements the operator <=.
|