NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTime Operators

The operators of the DateTime structure are listed below. For a complete list of DateTime structure members, see the DateTime Members topic.

Public:

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.]

See Also

DateTime Structure | System Namespace