Duration.Add(Duration) Method

Definition

Adds the value of the specified instance of Duration to the value of the current instance.

public:
 System::Windows::Duration Add(System::Windows::Duration duration);
public System.Windows.Duration Add (System.Windows.Duration duration);
member this.Add : System.Windows.Duration -> System.Windows.Duration
Public Function Add (duration As Duration) As Duration

Parameters

duration
Duration

An instance of Duration that represents the value of the current instance plus duration.

Returns

If both instances of Duration have values, an instance of Duration that represents the combined values. Otherwise this method returns null.

Applies to