Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 827 Bytes

durationhelper_add_1755552570.md

File metadata and controls

34 lines (20 loc) · 827 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.DurationHelper.Add(Microsoft.UI.Xaml.Duration,Microsoft.UI.Xaml.Duration)
winrt method

Microsoft.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