Duration Operators |
The Duration type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition |
Adds two specified Duration instances.
| |
| Division(Duration, Duration) |
Divides the Duration by another duration.
| |
| Division(Duration, Double) |
Divides the Duration by a constant.
| |
| Equality | ||
| GreaterThan |
Returns if left is longer than right.
| |
| GreaterThanOrEqual |
Returns if left is longer than or exactly equal to right.
| |
| Inequality | ||
| LessThan |
Returns if left is shorter than right.
| |
| LessThanOrEqual |
Returns if left is shorter than or exactly equal to right.
| |
| Multiply |
Multiplies the Duration by a constant.
| |
| Subtraction | ||
| UnaryNegation |