Duration.Subtraction Operator
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Subtracts the value of one Duration from another.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- t1
- Type: System.Windows.Duration
The first Duration.
- t2
- Type: System.Windows.Duration
The Duration to subtract.
Show: