This documentation is archived and is not being maintained.
DateTime Operators
.NET Framework 1.1
The operators of the DateTime structure are listed here. For a complete list of DateTime structure members, see the DateTime Members topic.
Public Operators
![]() Addition Operator Supported by the .NET Compact Framework. | Adds a specified time interval to a specified date and time, yielding a new date and time. |
![]() Equality Operator Supported by the .NET Compact Framework. | Determines whether two specified instances of DateTime are equal. |
![]() Greater Than Operator Supported by the .NET Compact Framework. | Determines whether one specified DateTime is greater than another specified DateTime. |
![]() Greater Than Or Equal Operator Supported by the .NET Compact Framework. | Determines whether one specified DateTime is greater than or equal to another specified DateTime. |
![]() Inequality Operator Supported by the .NET Compact Framework. | Determines whether two specified instances of DateTime are not equal. |
![]() Less Than Operator Supported by the .NET Compact Framework. | Determines whether one specified DateTime is less than another specified DateTime. |
![]() Less Than Or Equal Operator Supported by the .NET Compact Framework. | Determines whether one specified DateTime is less than or equal to another specified DateTime. |
![]() Subtraction Operator Supported by the .NET Compact Framework. | Overloaded. Subtracts a specified DateTime or TimeSpan from a specified DateTime. |
See Also
Show:

