| TimeSpan Operators |
The TimeSpan type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition | Adds two specified TimeSpan instances. | |
| Equality | Indicates whether two TimeSpan instances are equal. | |
| GreaterThan | ||
| GreaterThanOrEqual | ||
| Inequality | Indicates whether two TimeSpan instances are not equal. | |
| LessThan | ||
| LessThanOrEqual | ||
| Subtraction | ||
| UnaryNegation | Returns a TimeSpan whose value is the negated value of the specified instance. |