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 a value indicating whether two instances of DateTimeInterval are equal.
Inequality(DateTimeInterval, DateTimeInterval) Returns a value indicating whether two instances of DateTimeInterval are not equal.
Subtraction(DateTimeInterval, TimeSpan) Returns an interval shifted to the left by a specified value.

See Also