DateTimeInterval Operators

Operators

Addition(DateTimeInterval, TimeSpan) Returns an interval shifted by a specified value..
Addition(TimeSpan, DateTimeInterval) Returns an interval shifted by a specified value..
Equality(DateTimeInterval, DateTimeInterval) Returns whether two instances of DateTimeInterval are equal.
Inequality(DateTimeInterval, DateTimeInterval) Returns whether two instances of DateTimeInterval are not equal.
Subtraction(DateTimeInterval, TimeSpan) Returns an interval shifted to the left by a specified value.

See Also