Duration.Subtraction(Duration, Duration) Operator
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Subtracts the value of one instance of Duration from another.
public:
static System::Windows::Duration operator -(System::Windows::Duration t1, System::Windows::Duration t2);
public static System.Windows.Duration operator -(System.Windows.Duration t1, System.Windows.Duration t2);
static member ( - ) : System.Windows.Duration * System.Windows.Duration -> System.Windows.Duration
Public Shared Operator - (t1 As Duration, t2 As Duration) As Duration
If both instances of Duration have values, an instance of Duration that represents the value of t1
minus t2
. If t1
has a value of Forever and t2
has a value of TimeSpan, this method returns Forever. Otherwise this method returns null
.
The following calculations all return a value of Automatic.
The equivalent method for this operator is Duration.Subtract(Duration)
Produkt | Verzie |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Pripomienky k produktu .NET
.NET je open-source projekt. Ak chcete poskytnúť pripomienky, vyberte prepojenie: