Duration.Add(Duration) Method
Definition
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.