Duration.Add Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Assembly: System.Windows (in System.Windows.dll)
Parameters
- duration
- Type: System.Windows.Duration
An instance of Duration that represents the value of the current instance plus duration.
Return Value
Type: System.Windows.DurationIf each involved Duration has values, a Duration that represents the combined values. Otherwise this method returns null.
Show: