The operators of the DateTime structure are listed below. For a complete list of DateTime structure members, see the DateTime Members topic.
Addition Operator | Adds a TimeSpan value to a DateTime value. |
Equality Operator | Determines whether two DateTime values are equal. |
Greater Than Operator | Determines whether one DateTime value is greater than a specified DateTime. |
Greater Than Or Equal Operator | Determines whether one DateTime value is greater than or equal to a specified DateTime. |
Inequality Operator | Determines whether two DateTime values are not equal. |
Less Than Operator | Determines whether one DateTime value is less than a specified DateTime. |
Less Than Or Equal Operator | Determines whether one DateTime value is less than or equal to a specified DateTime. |
Subtraction Operator | Overloaded. [To be supplied.] |