Click or drag to resize
DurationSubtraction Operator
Subtracts the value of one Windows.UI.Xaml.Duration from another.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static Duration operator -(
	Duration t1,
	Duration t2
)

Parameters

t1
Type: Windows.UI.XamlDuration
The first Windows.UI.Xaml.Duration.
t2
Type: Windows.UI.XamlDuration
The Windows.UI.Xaml.Duration to subtract.

Return Value

Type: Duration

[Missing <returns> documentation for "M:Windows.UI.Xaml.Duration.op_Subtraction(Windows.UI.Xaml.Duration,Windows.UI.Xaml.Duration)"]

See Also