Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 899 Bytes

durationhelper_add_1212811817.md

File metadata and controls

36 lines (20 loc) · 899 Bytes
-api-id -api-type
M:Windows.UI.Xaml.DurationHelper.Add(Windows.UI.Xaml.Duration,Windows.UI.Xaml.Duration)
winrt method

Windows.UI.Xaml.DurationHelper.Add

-description

Adds the TimeSpan component of two Duration values. C# and Microsoft Visual Basic code should use the Addition (+) operator or the Duration.Add method instead.

-parameters

-param target

The value to add to.

-param duration

The value to add.

-returns

The resulting Duration after TimeSpan component addition.

-remarks

-examples

-see-also