Edit

Share via


Duration.UnaryPlus(Duration) Operator

Definition

Returns the specified Duration.

C#
public static Windows.UI.Xaml.Duration operator +(Windows.UI.Xaml.Duration duration);

Parameters

duration
Duration

The Duration to get.

Returns

The Duration operation result.

Remarks

This struct represents the .NET projection of the Windows Runtime (WinRT) Duration struct. For more information, see Duration in the UWP API reference.

Applies to

Product Versions
UWP 10.0