TimeOfDay Operators and Type Conversions |
The TimeOfDay type exposes the following members.
Name | Description | |
---|---|---|
Addition(TimeOfDay, TimeOfDay) |
Implements the operator +.
| |
Addition(TimeOfDay, Int16) |
Implements the operator +.
| |
Addition(TimeOfDay, Int32) |
Implements the operator +.
| |
Decrement |
Implements the operator --.
| |
Equality |
Implements the operator ==.
| |
GreaterThan |
Implements the operator >.
| |
GreaterThanOrEqual |
Implements the operator >=.
| |
(Int32 to TimeOfDay) | ||
(TimeOfDay to Int16) | ||
Increment |
Implements the operator ++.
| |
Inequality |
Implements the operator !=.
| |
LessThan |
Implements the operator <.
| |
LessThanOrEqual |
Implements the operator <=.
| |
Subtraction(TimeOfDay, TimeOfDay) |
Implements the operator -.
| |
Subtraction(TimeOfDay, Int16) |
Implements the operator -.
| |
Subtraction(TimeOfDay, Int32) |
Implements the operator -.
|